public interface IPrintTaskCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IPrintTaskCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPrintTaskCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IPrintTaskCollectionPage |
get() |
void |
get(ICallback<? super IPrintTaskCollectionPage> callback) |
IPrintTaskCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
PrintTask |
post(PrintTask newPrintTask) |
void |
post(PrintTask newPrintTask,
ICallback<? super PrintTask> callback) |
IPrintTaskCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPrintTaskCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IPrintTaskCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IPrintTaskCollectionRequest |
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 IPrintTaskCollectionPage> callback)
IPrintTaskCollectionPage get() throws ClientException
ClientExceptionPrintTask post(PrintTask newPrintTask) throws ClientException
ClientExceptionIPrintTaskCollectionRequest expand(java.lang.String value)
value - the expand clauseIPrintTaskCollectionRequest filter(java.lang.String value)
value - the filter clauseIPrintTaskCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIPrintTaskCollectionRequest select(java.lang.String value)
value - the select clauseIPrintTaskCollectionRequest top(int value)
value - the max number of items to returnIPrintTaskCollectionRequest skip(int value)
value - of the number of items to skipIPrintTaskCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination