public class PrintTaskDefinitionRequestBuilder extends BaseRequestBuilder implements IPrintTaskDefinitionRequestBuilder
| Constructor and Description |
|---|
PrintTaskDefinitionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the PrintTaskDefinition
|
| Modifier and Type | Method and Description |
|---|---|
IPrintTaskDefinitionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IPrintTaskDefinitionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IPrintTaskCollectionRequestBuilder |
tasks() |
IPrintTaskRequestBuilder |
tasks(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic PrintTaskDefinitionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IPrintTaskDefinitionRequest buildRequest(Option... requestOptions)
buildRequest in interface IPrintTaskDefinitionRequestBuilderrequestOptions - the options for this requestpublic IPrintTaskDefinitionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IPrintTaskDefinitionRequestBuilderrequestOptions - the options for this requestpublic IPrintTaskCollectionRequestBuilder tasks()
tasks in interface IPrintTaskDefinitionRequestBuilderpublic IPrintTaskRequestBuilder tasks(java.lang.String id)
tasks in interface IPrintTaskDefinitionRequestBuilder