public class PrintOperationCollectionRequest extends BaseCollectionRequest<PrintOperationCollectionResponse,IPrintOperationCollectionPage> implements IPrintOperationCollectionRequest
| Constructor and Description |
|---|
PrintOperationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of PrintOperation
|
| Modifier and Type | Method and Description |
|---|---|
IPrintOperationCollectionPage |
buildFromResponse(PrintOperationCollectionResponse response) |
IPrintOperationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPrintOperationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IPrintOperationCollectionPage |
get() |
void |
get(ICallback<? super IPrintOperationCollectionPage> callback) |
IPrintOperationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
PrintOperation |
post(PrintOperation newPrintOperation) |
void |
post(PrintOperation newPrintOperation,
ICallback<? super PrintOperation> callback) |
IPrintOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPrintOperationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IPrintOperationCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IPrintOperationCollectionRequest |
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 PrintOperationCollectionRequest(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 IPrintOperationCollectionPage> callback)
get in interface IPrintOperationCollectionRequestpublic IPrintOperationCollectionPage get() throws ClientException
get in interface IPrintOperationCollectionRequestClientExceptionpublic void post(PrintOperation newPrintOperation, ICallback<? super PrintOperation> callback)
post in interface IPrintOperationCollectionRequestpublic PrintOperation post(PrintOperation newPrintOperation) throws ClientException
post in interface IPrintOperationCollectionRequestClientExceptionpublic IPrintOperationCollectionRequest expand(java.lang.String value)
expand in interface IPrintOperationCollectionRequestvalue - the expand clausepublic IPrintOperationCollectionRequest filter(java.lang.String value)
filter in interface IPrintOperationCollectionRequestvalue - the filter clausepublic IPrintOperationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IPrintOperationCollectionRequestvalue - the order by clausepublic IPrintOperationCollectionRequest select(java.lang.String value)
select in interface IPrintOperationCollectionRequestvalue - the select clausepublic IPrintOperationCollectionRequest top(int value)
top in interface IPrintOperationCollectionRequestvalue - the max number of items to returnpublic IPrintOperationCollectionRequest skip(int value)
skip in interface IPrintOperationCollectionRequestvalue - of the number of items to skippublic IPrintOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IPrintOperationCollectionRequestskipToken - - Token for paginationpublic IPrintOperationCollectionPage buildFromResponse(PrintOperationCollectionResponse response)