public interface IPrintServiceRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IPrintServiceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IPrintServiceRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IPrintServiceEndpointCollectionRequestBuilder |
endpoints() |
IPrintServiceEndpointRequestBuilder |
endpoints(java.lang.String id) |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIPrintServiceRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIPrintServiceRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIPrintServiceEndpointCollectionRequestBuilder endpoints()
IPrintServiceEndpointRequestBuilder endpoints(java.lang.String id)