public interface IPrintTaskDefinitionCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IPrintTaskDefinitionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPrintTaskDefinitionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IPrintTaskDefinitionCollectionPage |
get() |
void |
get(ICallback<? super IPrintTaskDefinitionCollectionPage> callback) |
IPrintTaskDefinitionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
PrintTaskDefinition |
post(PrintTaskDefinition newPrintTaskDefinition) |
void |
post(PrintTaskDefinition newPrintTaskDefinition,
ICallback<? super PrintTaskDefinition> callback) |
IPrintTaskDefinitionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPrintTaskDefinitionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IPrintTaskDefinitionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IPrintTaskDefinitionCollectionRequest |
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 IPrintTaskDefinitionCollectionPage> callback)
IPrintTaskDefinitionCollectionPage get() throws ClientException
ClientExceptionvoid post(PrintTaskDefinition newPrintTaskDefinition, ICallback<? super PrintTaskDefinition> callback)
PrintTaskDefinition post(PrintTaskDefinition newPrintTaskDefinition) throws ClientException
ClientExceptionIPrintTaskDefinitionCollectionRequest expand(java.lang.String value)
value - the expand clauseIPrintTaskDefinitionCollectionRequest filter(java.lang.String value)
value - the filter clauseIPrintTaskDefinitionCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIPrintTaskDefinitionCollectionRequest select(java.lang.String value)
value - the select clauseIPrintTaskDefinitionCollectionRequest top(int value)
value - the max number of items to returnIPrintTaskDefinitionCollectionRequest skip(int value)
value - of the number of items to skipIPrintTaskDefinitionCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination