public class ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath
extends java.lang.Object
| Constructor and Description |
|---|
ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath(java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath |
body(org.json.JSONObject body) |
ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath |
body(PactDslJsonBody body) |
ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath |
body(java.lang.String body) |
ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath |
headers(java.util.Map<java.lang.String,java.lang.String> headers) |
ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath |
method(java.lang.String method) |
ConsumerPactBuilder.PactDslRequestWithPath |
path(java.lang.String path) |
ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath |
query(java.lang.String query) |
public ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath(java.lang.String description)
public ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath method(java.lang.String method)
public ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath headers(java.util.Map<java.lang.String,java.lang.String> headers)
public ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath query(java.lang.String query)
public ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath body(java.lang.String body)
public ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath body(org.json.JSONObject body)
public ConsumerPactBuilder.PactDslWithProvider.PactDslWithState.PactDslRequestWithoutPath body(PactDslJsonBody body)
public ConsumerPactBuilder.PactDslRequestWithPath path(java.lang.String path)