public class ReportRootGetGroupArchivedPrintJobsCollectionRequest extends BaseCollectionRequest<ReportRootGetGroupArchivedPrintJobsCollectionResponse,IReportRootGetGroupArchivedPrintJobsCollectionPage> implements IReportRootGetGroupArchivedPrintJobsCollectionRequest
| Constructor and Description |
|---|
ReportRootGetGroupArchivedPrintJobsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this ReportRootGetGroupArchivedPrintJobs
|
| Modifier and Type | Method and Description |
|---|---|
IReportRootGetGroupArchivedPrintJobsCollectionPage |
buildFromResponse(ReportRootGetGroupArchivedPrintJobsCollectionResponse response) |
IReportRootGetGroupArchivedPrintJobsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IReportRootGetGroupArchivedPrintJobsCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IReportRootGetGroupArchivedPrintJobsCollectionPage |
get() |
void |
get(ICallback<? super IReportRootGetGroupArchivedPrintJobsCollectionPage> callback) |
IReportRootGetGroupArchivedPrintJobsCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IReportRootGetGroupArchivedPrintJobsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IReportRootGetGroupArchivedPrintJobsCollectionRequest |
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 ReportRootGetGroupArchivedPrintJobsCollectionRequest(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 IReportRootGetGroupArchivedPrintJobsCollectionPage> callback)
get in interface IReportRootGetGroupArchivedPrintJobsCollectionRequestpublic IReportRootGetGroupArchivedPrintJobsCollectionPage get() throws ClientException
get in interface IReportRootGetGroupArchivedPrintJobsCollectionRequestClientExceptionpublic IReportRootGetGroupArchivedPrintJobsCollectionPage buildFromResponse(ReportRootGetGroupArchivedPrintJobsCollectionResponse response)
public IReportRootGetGroupArchivedPrintJobsCollectionRequest select(java.lang.String value)
select in interface IReportRootGetGroupArchivedPrintJobsCollectionRequestvalue - the select clausepublic IReportRootGetGroupArchivedPrintJobsCollectionRequest top(int value)
top in interface IReportRootGetGroupArchivedPrintJobsCollectionRequestvalue - the max number of items to returnpublic IReportRootGetGroupArchivedPrintJobsCollectionRequest expand(java.lang.String value)
expand in interface IReportRootGetGroupArchivedPrintJobsCollectionRequestvalue - the expand clausepublic IReportRootGetGroupArchivedPrintJobsCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IReportRootGetGroupArchivedPrintJobsCollectionRequest orderBy(java.lang.String value)
value - the order by clause