public interface IPrinterCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IPrinterCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPrinterCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IPrinterCollectionPage |
get() |
void |
get(ICallback<? super IPrinterCollectionPage> callback) |
IPrinterCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Printer |
post(Printer newPrinter) |
void |
post(Printer newPrinter,
ICallback<? super Printer> callback) |
IPrinterCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPrinterCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IPrinterCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IPrinterCollectionRequest |
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 IPrinterCollectionPage> callback)
IPrinterCollectionPage get() throws ClientException
ClientExceptionPrinter post(Printer newPrinter) throws ClientException
ClientExceptionIPrinterCollectionRequest expand(java.lang.String value)
value - the expand clauseIPrinterCollectionRequest filter(java.lang.String value)
value - the filter clauseIPrinterCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIPrinterCollectionRequest select(java.lang.String value)
value - the select clauseIPrinterCollectionRequest top(int value)
value - the max number of items to returnIPrinterCollectionRequest skip(int value)
value - of the number of items to skipIPrinterCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination