MCPcopy Create free account
hub / github.com/EsperoTech/yaade / Request

Method Request

server/src/main/java/com/postman/collection/Request.java:29–33  ·  view source on GitHub ↗

Create a request with the specific name and pre-populated com.postman.collection.RequestBody. @param req A com.postman.collection.RequestBody instance. @param name The name of the request.

(RequestBody req, String name)

Source from the content-addressed store, hash-verified

27
28
29 public Request(RequestBody req, String name) {
30 super(name);
31 this.request = req;
32 req.setParent(this);
33 }
34
35 /**
36 *

Callers

nothing calls this directly

Calls 1

setParentMethod · 0.45

Tested by

no test coverage detected