public interface IPrintConnectorCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IPrintConnectorCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPrintConnectorCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IPrintConnectorCollectionPage |
get() |
void |
get(ICallback<? super IPrintConnectorCollectionPage> callback) |
IPrintConnectorCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
PrintConnector |
post(PrintConnector newPrintConnector) |
void |
post(PrintConnector newPrintConnector,
ICallback<? super PrintConnector> callback) |
IPrintConnectorCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPrintConnectorCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IPrintConnectorCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IPrintConnectorCollectionRequest |
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 IPrintConnectorCollectionPage> callback)
IPrintConnectorCollectionPage get() throws ClientException
ClientExceptionvoid post(PrintConnector newPrintConnector, ICallback<? super PrintConnector> callback)
PrintConnector post(PrintConnector newPrintConnector) throws ClientException
ClientExceptionIPrintConnectorCollectionRequest expand(java.lang.String value)
value - the expand clauseIPrintConnectorCollectionRequest filter(java.lang.String value)
value - the filter clauseIPrintConnectorCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIPrintConnectorCollectionRequest select(java.lang.String value)
value - the select clauseIPrintConnectorCollectionRequest top(int value)
value - the max number of items to returnIPrintConnectorCollectionRequest skip(int value)
value - of the number of items to skipIPrintConnectorCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination