public class ReportRootGetPrinterArchivedPrintJobsCollectionRequest extends BaseCollectionRequest<ReportRootGetPrinterArchivedPrintJobsCollectionResponse,IReportRootGetPrinterArchivedPrintJobsCollectionPage> implements IReportRootGetPrinterArchivedPrintJobsCollectionRequest
| Constructor and Description |
|---|
ReportRootGetPrinterArchivedPrintJobsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this ReportRootGetPrinterArchivedPrintJobs
|
| Modifier and Type | Method and Description |
|---|---|
IReportRootGetPrinterArchivedPrintJobsCollectionPage |
buildFromResponse(ReportRootGetPrinterArchivedPrintJobsCollectionResponse response) |
IReportRootGetPrinterArchivedPrintJobsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IReportRootGetPrinterArchivedPrintJobsCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IReportRootGetPrinterArchivedPrintJobsCollectionPage |
get() |
void |
get(ICallback<? super IReportRootGetPrinterArchivedPrintJobsCollectionPage> callback) |
IReportRootGetPrinterArchivedPrintJobsCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IReportRootGetPrinterArchivedPrintJobsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IReportRootGetPrinterArchivedPrintJobsCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic ReportRootGetPrinterArchivedPrintJobsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IReportRootGetPrinterArchivedPrintJobsCollectionPage> callback)
get in interface IReportRootGetPrinterArchivedPrintJobsCollectionRequestpublic IReportRootGetPrinterArchivedPrintJobsCollectionPage get() throws ClientException
get in interface IReportRootGetPrinterArchivedPrintJobsCollectionRequestClientExceptionpublic IReportRootGetPrinterArchivedPrintJobsCollectionPage buildFromResponse(ReportRootGetPrinterArchivedPrintJobsCollectionResponse response)
public IReportRootGetPrinterArchivedPrintJobsCollectionRequest select(java.lang.String value)
select in interface IReportRootGetPrinterArchivedPrintJobsCollectionRequestvalue - the select clausepublic IReportRootGetPrinterArchivedPrintJobsCollectionRequest top(int value)
top in interface IReportRootGetPrinterArchivedPrintJobsCollectionRequestvalue - the max number of items to returnpublic IReportRootGetPrinterArchivedPrintJobsCollectionRequest expand(java.lang.String value)
expand in interface IReportRootGetPrinterArchivedPrintJobsCollectionRequestvalue - the expand clausepublic IReportRootGetPrinterArchivedPrintJobsCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IReportRootGetPrinterArchivedPrintJobsCollectionRequest orderBy(java.lang.String value)
value - the order by clause