public class PrintConnectorCollectionRequest extends BaseCollectionRequest<PrintConnectorCollectionResponse,IPrintConnectorCollectionPage> implements IPrintConnectorCollectionRequest
| Constructor and Description |
|---|
PrintConnectorCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of PrintConnector
|
| Modifier and Type | Method and Description |
|---|---|
IPrintConnectorCollectionPage |
buildFromResponse(PrintConnectorCollectionResponse response) |
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)
Add Skip token for pagination
|
IPrintConnectorCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic PrintConnectorCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IPrintConnectorCollectionPage> callback)
get in interface IPrintConnectorCollectionRequestpublic IPrintConnectorCollectionPage get() throws ClientException
get in interface IPrintConnectorCollectionRequestClientExceptionpublic void post(PrintConnector newPrintConnector, ICallback<? super PrintConnector> callback)
post in interface IPrintConnectorCollectionRequestpublic PrintConnector post(PrintConnector newPrintConnector) throws ClientException
post in interface IPrintConnectorCollectionRequestClientExceptionpublic IPrintConnectorCollectionRequest expand(java.lang.String value)
expand in interface IPrintConnectorCollectionRequestvalue - the expand clausepublic IPrintConnectorCollectionRequest filter(java.lang.String value)
filter in interface IPrintConnectorCollectionRequestvalue - the filter clausepublic IPrintConnectorCollectionRequest orderBy(java.lang.String value)
orderBy in interface IPrintConnectorCollectionRequestvalue - the order by clausepublic IPrintConnectorCollectionRequest select(java.lang.String value)
select in interface IPrintConnectorCollectionRequestvalue - the select clausepublic IPrintConnectorCollectionRequest top(int value)
top in interface IPrintConnectorCollectionRequestvalue - the max number of items to returnpublic IPrintConnectorCollectionRequest skip(int value)
skip in interface IPrintConnectorCollectionRequestvalue - of the number of items to skippublic IPrintConnectorCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IPrintConnectorCollectionRequestskipToken - - Token for paginationpublic IPrintConnectorCollectionPage buildFromResponse(PrintConnectorCollectionResponse response)