public class MultiValueLegacyExtendedPropertyCollectionRequest extends BaseCollectionRequest<MultiValueLegacyExtendedPropertyCollectionResponse,IMultiValueLegacyExtendedPropertyCollectionPage> implements IMultiValueLegacyExtendedPropertyCollectionRequest
| Constructor and Description |
|---|
MultiValueLegacyExtendedPropertyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of MultiValueLegacyExtendedProperty
|
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 MultiValueLegacyExtendedPropertyCollectionRequest(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 IMultiValueLegacyExtendedPropertyCollectionPage> callback)
get in interface IMultiValueLegacyExtendedPropertyCollectionRequestpublic IMultiValueLegacyExtendedPropertyCollectionPage get() throws ClientException
get in interface IMultiValueLegacyExtendedPropertyCollectionRequestClientExceptionpublic void post(MultiValueLegacyExtendedProperty newMultiValueLegacyExtendedProperty, ICallback<? super MultiValueLegacyExtendedProperty> callback)
post in interface IMultiValueLegacyExtendedPropertyCollectionRequestpublic MultiValueLegacyExtendedProperty post(MultiValueLegacyExtendedProperty newMultiValueLegacyExtendedProperty) throws ClientException
post in interface IMultiValueLegacyExtendedPropertyCollectionRequestClientExceptionpublic IMultiValueLegacyExtendedPropertyCollectionRequest expand(java.lang.String value)
expand in interface IMultiValueLegacyExtendedPropertyCollectionRequestvalue - the expand clausepublic IMultiValueLegacyExtendedPropertyCollectionRequest filter(java.lang.String value)
filter in interface IMultiValueLegacyExtendedPropertyCollectionRequestvalue - the filter clausepublic IMultiValueLegacyExtendedPropertyCollectionRequest orderBy(java.lang.String value)
orderBy in interface IMultiValueLegacyExtendedPropertyCollectionRequestvalue - the order by clausepublic IMultiValueLegacyExtendedPropertyCollectionRequest select(java.lang.String value)
select in interface IMultiValueLegacyExtendedPropertyCollectionRequestvalue - the select clausepublic IMultiValueLegacyExtendedPropertyCollectionRequest top(int value)
top in interface IMultiValueLegacyExtendedPropertyCollectionRequestvalue - the max number of items to returnpublic IMultiValueLegacyExtendedPropertyCollectionRequest skip(int value)
skip in interface IMultiValueLegacyExtendedPropertyCollectionRequestvalue - of the number of items to skippublic IMultiValueLegacyExtendedPropertyCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IMultiValueLegacyExtendedPropertyCollectionRequestskipToken - - Token for paginationpublic IMultiValueLegacyExtendedPropertyCollectionPage buildFromResponse(MultiValueLegacyExtendedPropertyCollectionResponse response)