public interface IPrintServiceEndpointCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IPrintServiceEndpointCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPrintServiceEndpointCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IPrintServiceEndpointCollectionPage |
get() |
void |
get(ICallback<? super IPrintServiceEndpointCollectionPage> callback) |
IPrintServiceEndpointCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
PrintServiceEndpoint |
post(PrintServiceEndpoint newPrintServiceEndpoint) |
void |
post(PrintServiceEndpoint newPrintServiceEndpoint,
ICallback<? super PrintServiceEndpoint> callback) |
IPrintServiceEndpointCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPrintServiceEndpointCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IPrintServiceEndpointCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IPrintServiceEndpointCollectionRequest |
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 IPrintServiceEndpointCollectionPage> callback)
IPrintServiceEndpointCollectionPage get() throws ClientException
ClientExceptionvoid post(PrintServiceEndpoint newPrintServiceEndpoint, ICallback<? super PrintServiceEndpoint> callback)
PrintServiceEndpoint post(PrintServiceEndpoint newPrintServiceEndpoint) throws ClientException
ClientExceptionIPrintServiceEndpointCollectionRequest expand(java.lang.String value)
value - the expand clauseIPrintServiceEndpointCollectionRequest filter(java.lang.String value)
value - the filter clauseIPrintServiceEndpointCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIPrintServiceEndpointCollectionRequest select(java.lang.String value)
value - the select clauseIPrintServiceEndpointCollectionRequest top(int value)
value - the max number of items to returnIPrintServiceEndpointCollectionRequest skip(int value)
value - of the number of items to skipIPrintServiceEndpointCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination