public class PrintServiceEndpointCollectionRequest extends BaseCollectionRequest<PrintServiceEndpointCollectionResponse,IPrintServiceEndpointCollectionPage> implements IPrintServiceEndpointCollectionRequest
| Constructor and Description |
|---|
PrintServiceEndpointCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of PrintServiceEndpoint
|
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 PrintServiceEndpointCollectionRequest(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 IPrintServiceEndpointCollectionPage> callback)
get in interface IPrintServiceEndpointCollectionRequestpublic IPrintServiceEndpointCollectionPage get() throws ClientException
get in interface IPrintServiceEndpointCollectionRequestClientExceptionpublic void post(PrintServiceEndpoint newPrintServiceEndpoint, ICallback<? super PrintServiceEndpoint> callback)
post in interface IPrintServiceEndpointCollectionRequestpublic PrintServiceEndpoint post(PrintServiceEndpoint newPrintServiceEndpoint) throws ClientException
post in interface IPrintServiceEndpointCollectionRequestClientExceptionpublic IPrintServiceEndpointCollectionRequest expand(java.lang.String value)
expand in interface IPrintServiceEndpointCollectionRequestvalue - the expand clausepublic IPrintServiceEndpointCollectionRequest filter(java.lang.String value)
filter in interface IPrintServiceEndpointCollectionRequestvalue - the filter clausepublic IPrintServiceEndpointCollectionRequest orderBy(java.lang.String value)
orderBy in interface IPrintServiceEndpointCollectionRequestvalue - the order by clausepublic IPrintServiceEndpointCollectionRequest select(java.lang.String value)
select in interface IPrintServiceEndpointCollectionRequestvalue - the select clausepublic IPrintServiceEndpointCollectionRequest top(int value)
top in interface IPrintServiceEndpointCollectionRequestvalue - the max number of items to returnpublic IPrintServiceEndpointCollectionRequest skip(int value)
skip in interface IPrintServiceEndpointCollectionRequestvalue - of the number of items to skippublic IPrintServiceEndpointCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IPrintServiceEndpointCollectionRequestskipToken - - Token for paginationpublic IPrintServiceEndpointCollectionPage buildFromResponse(PrintServiceEndpointCollectionResponse response)