public class PrintJobCancelRequestBuilder extends BaseActionRequestBuilder implements IPrintJobCancelRequestBuilder
bodyParams| Constructor and Description |
|---|
PrintJobCancelRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this PrintJobCancel
|
| Modifier and Type | Method and Description |
|---|---|
IPrintJobCancelRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IPrintJobCancelRequest with specific requestOptions instead of the existing requestOptions
|
IPrintJobCancelRequest |
buildRequest(Option... requestOptions)
Creates the IPrintJobCancelRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic PrintJobCancelRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IPrintJobCancelRequest buildRequest(Option... requestOptions)
buildRequest in interface IPrintJobCancelRequestBuilderrequestOptions - the options for the requestpublic IPrintJobCancelRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IPrintJobCancelRequestBuilderrequestOptions - the options for the request