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