public interface IPrinterShareCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IPrinterShareCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPrinterShareCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IPrinterShareCollectionPage |
get() |
void |
get(ICallback<? super IPrinterShareCollectionPage> callback) |
IPrinterShareCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
PrinterShare |
post(PrinterShare newPrinterShare) |
void |
post(PrinterShare newPrinterShare,
ICallback<? super PrinterShare> callback) |
IPrinterShareCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPrinterShareCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IPrinterShareCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IPrinterShareCollectionRequest |
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 IPrinterShareCollectionPage> callback)
IPrinterShareCollectionPage get() throws ClientException
ClientExceptionvoid post(PrinterShare newPrinterShare, ICallback<? super PrinterShare> callback)
PrinterShare post(PrinterShare newPrinterShare) throws ClientException
ClientExceptionIPrinterShareCollectionRequest expand(java.lang.String value)
value - the expand clauseIPrinterShareCollectionRequest filter(java.lang.String value)
value - the filter clauseIPrinterShareCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIPrinterShareCollectionRequest select(java.lang.String value)
value - the select clauseIPrinterShareCollectionRequest top(int value)
value - the max number of items to returnIPrinterShareCollectionRequest skip(int value)
value - of the number of items to skipIPrinterShareCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination