public class PrintJobCollectionRequestBuilder extends BaseRequestBuilder implements IPrintJobCollectionRequestBuilder
| Constructor and Description |
|---|
PrintJobCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of PrinterBase
|
| Modifier and Type | Method and Description |
|---|---|
IPrintJobCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IPrintJobCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IPrintJobRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic PrintJobCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IPrintJobCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IPrintJobCollectionRequestBuilderrequestOptions - the options for this requestpublic IPrintJobCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IPrintJobCollectionRequestBuilderrequestOptions - the options for this requestpublic IPrintJobRequestBuilder byId(java.lang.String id)
byId in interface IPrintJobCollectionRequestBuilder