public interface IPrintServiceCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IPrintServiceCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPrintServiceCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IPrintServiceCollectionPage |
get() |
void |
get(ICallback<? super IPrintServiceCollectionPage> callback) |
IPrintServiceCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
PrintService |
post(PrintService newPrintService) |
void |
post(PrintService newPrintService,
ICallback<? super PrintService> callback) |
IPrintServiceCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPrintServiceCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IPrintServiceCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IPrintServiceCollectionRequest |
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 IPrintServiceCollectionPage> callback)
IPrintServiceCollectionPage get() throws ClientException
ClientExceptionvoid post(PrintService newPrintService, ICallback<? super PrintService> callback)
PrintService post(PrintService newPrintService) throws ClientException
ClientExceptionIPrintServiceCollectionRequest expand(java.lang.String value)
value - the expand clauseIPrintServiceCollectionRequest filter(java.lang.String value)
value - the filter clauseIPrintServiceCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIPrintServiceCollectionRequest select(java.lang.String value)
value - the select clauseIPrintServiceCollectionRequest top(int value)
value - the max number of items to returnIPrintServiceCollectionRequest skip(int value)
value - of the number of items to skipIPrintServiceCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination