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