public class ExtensionPropertyCollectionRequest extends BaseCollectionRequest<ExtensionPropertyCollectionResponse,IExtensionPropertyCollectionPage> implements IExtensionPropertyCollectionRequest
| Constructor and Description |
|---|
ExtensionPropertyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ExtensionProperty
|
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 ExtensionPropertyCollectionRequest(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<IExtensionPropertyCollectionPage> callback)
get in interface IExtensionPropertyCollectionRequestpublic IExtensionPropertyCollectionPage get() throws ClientException
get in interface IExtensionPropertyCollectionRequestClientExceptionpublic void post(ExtensionProperty newExtensionProperty, ICallback<ExtensionProperty> callback)
post in interface IExtensionPropertyCollectionRequestpublic ExtensionProperty post(ExtensionProperty newExtensionProperty) throws ClientException
post in interface IExtensionPropertyCollectionRequestClientExceptionpublic IExtensionPropertyCollectionRequest expand(java.lang.String value)
expand in interface IExtensionPropertyCollectionRequestvalue - the expand clausepublic IExtensionPropertyCollectionRequest filter(java.lang.String value)
filter in interface IExtensionPropertyCollectionRequestvalue - the filter clausepublic IExtensionPropertyCollectionRequest select(java.lang.String value)
select in interface IExtensionPropertyCollectionRequestvalue - the select clausepublic IExtensionPropertyCollectionRequest top(int value)
top in interface IExtensionPropertyCollectionRequestvalue - the max number of items to returnpublic IExtensionPropertyCollectionRequest skip(int value)
skip in interface IExtensionPropertyCollectionRequestvalue - of the number of items to skippublic IExtensionPropertyCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IExtensionPropertyCollectionRequestskipToken - - Token for paginationpublic IExtensionPropertyCollectionPage buildFromResponse(ExtensionPropertyCollectionResponse response)