public interface IPrintUsageByPrinterCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IPrintUsageByPrinterCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPrintUsageByPrinterCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IPrintUsageByPrinterCollectionPage |
get() |
void |
get(ICallback<? super IPrintUsageByPrinterCollectionPage> callback) |
IPrintUsageByPrinterCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
PrintUsageByPrinter |
post(PrintUsageByPrinter newPrintUsageByPrinter) |
void |
post(PrintUsageByPrinter newPrintUsageByPrinter,
ICallback<? super PrintUsageByPrinter> callback) |
IPrintUsageByPrinterCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPrintUsageByPrinterCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IPrintUsageByPrinterCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IPrintUsageByPrinterCollectionRequest |
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 IPrintUsageByPrinterCollectionPage> callback)
IPrintUsageByPrinterCollectionPage get() throws ClientException
ClientExceptionvoid post(PrintUsageByPrinter newPrintUsageByPrinter, ICallback<? super PrintUsageByPrinter> callback)
PrintUsageByPrinter post(PrintUsageByPrinter newPrintUsageByPrinter) throws ClientException
ClientExceptionIPrintUsageByPrinterCollectionRequest expand(java.lang.String value)
value - the expand clauseIPrintUsageByPrinterCollectionRequest filter(java.lang.String value)
value - the filter clauseIPrintUsageByPrinterCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIPrintUsageByPrinterCollectionRequest select(java.lang.String value)
value - the select clauseIPrintUsageByPrinterCollectionRequest top(int value)
value - the max number of items to returnIPrintUsageByPrinterCollectionRequest skip(int value)
value - of the number of items to skipIPrintUsageByPrinterCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination