public class PactDslRequestWithoutPath
extends PactDslRequestBase
CONTENT_TYPE, defaultRequestValues, query, requestBody, requestGenerators, requestHeaders, requestMatchers, requestMethod| Constructor and Description |
|---|
PactDslRequestWithoutPath() |
| Modifier and Type | Method and Description |
|---|---|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
|
PactDslRequestWithoutPath |
bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
|
PactDslRequestWithoutPath |
bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
|
PactDslRequestWithoutPath |
headerFromProviderState()
Adds a header that will have it's value injected from the provider state
|
PactDslRequestWithoutPath |
headers()
Headers to be included in the request
|
PactDslRequestWithoutPath |
headers()
Headers to be included in the request
|
PactDslRequestWithPath |
matchPath()
The path of the request. This will generate a random path to use when generating requests
|
PactDslRequestWithPath |
matchPath()
The path of the request
|
PactDslRequestWithoutPath |
method()
The HTTP method for the request
|
PactDslRequestWithPath |
path()
The path of the request
|
PactDslRequestWithPath |
pathFromProviderState()
Sets the path to have it's value injected from the provider state
|
PactDslRequestWithoutPath |
query()
The query string for the request
|
PactDslRequestWithoutPath |
queryMatchingDate()
Matches a date field using the provided date pattern
|
PactDslRequestWithoutPath |
queryMatchingDate()
Matches a date field using the provided date pattern. The current system date will be used for the example value.
|
PactDslRequestWithoutPath |
queryMatchingDatetime()
Matches a datetime field using the provided pattern
|
PactDslRequestWithoutPath |
queryMatchingDatetime()
Matches a datetime field using the provided pattern. The current system date and time will be used for the example value.
|
PactDslRequestWithoutPath |
queryMatchingISODate()
Matches a date field using the ISO date pattern
|
PactDslRequestWithoutPath |
queryMatchingISODate()
Matches a date field using the ISO date pattern. The current system date will be used for the example value.
|
PactDslRequestWithoutPath |
queryMatchingISODatetime()
Matches a datetime field using the ISO pattern
|
PactDslRequestWithoutPath |
queryMatchingISODatetime()
Matches a datetime field using the ISO pattern. The current system date and time will be used for the example value.
|
PactDslRequestWithoutPath |
queryMatchingISOTime()
Matches a time field using the ISO time pattern
|
PactDslRequestWithoutPath |
queryMatchingTime()
Matches a time field using the provided time pattern
|
PactDslRequestWithoutPath |
queryMatchingTime()
Matches a time field using the provided time pattern. The current system time will be used for the example value.
|
PactDslRequestWithoutPath |
queryMatchingTime()
Matches a time field using the ISO time pattern. The current system time will be used for the example value.
|
PactDslRequestWithoutPath |
queryParameterFromProviderState()
Adds a query parameter that will have it's value injected from the provider state
|
PactDslRequestWithoutPath |
withFileUpload()
Sets up a file upload request. This will add the correct content type header to the request
|
queryMatchingDateBase, queryMatchingDatetimeBase, queryMatchingTimeBase, setupDefaultValues, setupFileUploadpublic PactDslRequestWithoutPath method()
The HTTP method for the request
public PactDslRequestWithoutPath headers()
Headers to be included in the request
public PactDslRequestWithoutPath headers()
Headers to be included in the request
public PactDslRequestWithoutPath query()
The query string for the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
public PactDslRequestWithoutPath bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
public PactDslRequestWithoutPath bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithPath path()
The path of the request
public PactDslRequestWithPath matchPath()
The path of the request. This will generate a random path to use when generating requests
public PactDslRequestWithPath matchPath()
The path of the request
public PactDslRequestWithoutPath withFileUpload()
Sets up a file upload request. This will add the correct content type header to the request
public PactDslRequestWithoutPath headerFromProviderState()
Adds a header that will have it's value injected from the provider state
public PactDslRequestWithoutPath queryParameterFromProviderState()
Adds a query parameter that will have it's value injected from the provider state
public PactDslRequestWithPath pathFromProviderState()
Sets the path to have it's value injected from the provider state
public PactDslRequestWithoutPath queryMatchingDate()
Matches a date field using the provided date pattern
public PactDslRequestWithoutPath queryMatchingDate()
Matches a date field using the provided date pattern. The current system date will be used for the example value.
public PactDslRequestWithoutPath queryMatchingTime()
Matches a time field using the provided time pattern
public PactDslRequestWithoutPath queryMatchingTime()
Matches a time field using the provided time pattern. The current system time will be used for the example value.
public PactDslRequestWithoutPath queryMatchingDatetime()
Matches a datetime field using the provided pattern
public PactDslRequestWithoutPath queryMatchingDatetime()
Matches a datetime field using the provided pattern. The current system date and time will be used for the example value.
public PactDslRequestWithoutPath queryMatchingISODate()
Matches a date field using the ISO date pattern
public PactDslRequestWithoutPath queryMatchingISODate()
Matches a date field using the ISO date pattern. The current system date will be used for the example value.
public PactDslRequestWithoutPath queryMatchingISOTime()
Matches a time field using the ISO time pattern
public PactDslRequestWithoutPath queryMatchingTime()
Matches a time field using the ISO time pattern. The current system time will be used for the example value.
public PactDslRequestWithoutPath queryMatchingISODatetime()
Matches a datetime field using the ISO pattern
public PactDslRequestWithoutPath queryMatchingISODatetime()
Matches a datetime field using the ISO pattern. The current system date and time will be used for the example value.