public interface IPrintTaskRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IPrintTaskRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IPrintTaskRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IPrintTaskDefinitionWithReferenceRequestBuilder |
definition()
Gets the request builder for PrintTaskDefinition
|
IPrintTaskTriggerWithReferenceRequestBuilder |
trigger()
Gets the request builder for PrintTaskTrigger
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIPrintTaskRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIPrintTaskRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIPrintTaskDefinitionWithReferenceRequestBuilder definition()
IPrintTaskTriggerWithReferenceRequestBuilder trigger()