public interface IPrintOperationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IPrintOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IPrintOperationCollectionPage> callback)
IPrintOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(PrintOperation newPrintOperation, ICallback<? super PrintOperation> callback)
PrintOperation post(PrintOperation newPrintOperation) throws ClientException
ClientExceptionIPrintOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseIPrintOperationCollectionRequest filter(java.lang.String value)
value - the filter clauseIPrintOperationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIPrintOperationCollectionRequest select(java.lang.String value)
value - the select clauseIPrintOperationCollectionRequest top(int value)
value - the max number of items to returnIPrintOperationCollectionRequest skip(int value)
value - of the number of items to skipIPrintOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination