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, withHttpMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public 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 IMultiValueLegacyExtendedPropertyCollectionRequest
public IMultiValueLegacyExtendedPropertyCollectionPage get() throws ClientException
get
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
ClientException
public void post(MultiValueLegacyExtendedProperty newMultiValueLegacyExtendedProperty, ICallback<? super MultiValueLegacyExtendedProperty> callback)
post
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
public MultiValueLegacyExtendedProperty post(MultiValueLegacyExtendedProperty newMultiValueLegacyExtendedProperty) throws ClientException
post
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
ClientException
public IMultiValueLegacyExtendedPropertyCollectionRequest expand(java.lang.String value)
expand
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
value
- the expand clausepublic IMultiValueLegacyExtendedPropertyCollectionRequest filter(java.lang.String value)
filter
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
value
- the filter clausepublic IMultiValueLegacyExtendedPropertyCollectionRequest orderBy(java.lang.String value)
orderBy
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
value
- the order by clausepublic IMultiValueLegacyExtendedPropertyCollectionRequest select(java.lang.String value)
select
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
value
- the select clausepublic IMultiValueLegacyExtendedPropertyCollectionRequest top(int value)
top
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
value
- the max number of items to returnpublic IMultiValueLegacyExtendedPropertyCollectionRequest skip(int value)
skip
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
value
- of the number of items to skippublic IMultiValueLegacyExtendedPropertyCollectionRequest skipToken(java.lang.String skipToken)
skipToken
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
skipToken
- - Token for paginationpublic IMultiValueLegacyExtendedPropertyCollectionPage buildFromResponse(MultiValueLegacyExtendedPropertyCollectionResponse response)