public interface IPrintJobCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IPrintJobCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPrintJobCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IPrintJobCollectionPage |
get() |
void |
get(ICallback<? super IPrintJobCollectionPage> callback) |
IPrintJobCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
PrintJob |
post(PrintJob newPrintJob) |
void |
post(PrintJob newPrintJob,
ICallback<? super PrintJob> callback) |
IPrintJobCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPrintJobCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IPrintJobCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IPrintJobCollectionRequest |
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 IPrintJobCollectionPage> callback)
IPrintJobCollectionPage get() throws ClientException
ClientExceptionPrintJob post(PrintJob newPrintJob) throws ClientException
ClientExceptionIPrintJobCollectionRequest expand(java.lang.String value)
value - the expand clauseIPrintJobCollectionRequest filter(java.lang.String value)
value - the filter clauseIPrintJobCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIPrintJobCollectionRequest select(java.lang.String value)
value - the select clauseIPrintJobCollectionRequest top(int value)
value - the max number of items to returnIPrintJobCollectionRequest skip(int value)
value - of the number of items to skipIPrintJobCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination