public class SingleValueLegacyExtendedPropertyCollectionRequest extends BaseCollectionRequest<SingleValueLegacyExtendedPropertyCollectionResponse,ISingleValueLegacyExtendedPropertyCollectionPage> implements ISingleValueLegacyExtendedPropertyCollectionRequest
| Constructor and Description |
|---|
SingleValueLegacyExtendedPropertyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of SingleValueLegacyExtendedProperty
|
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 SingleValueLegacyExtendedPropertyCollectionRequest(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 ISingleValueLegacyExtendedPropertyCollectionPage> callback)
get in interface ISingleValueLegacyExtendedPropertyCollectionRequestpublic ISingleValueLegacyExtendedPropertyCollectionPage get() throws ClientException
get in interface ISingleValueLegacyExtendedPropertyCollectionRequestClientExceptionpublic void post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty, ICallback<? super SingleValueLegacyExtendedProperty> callback)
post in interface ISingleValueLegacyExtendedPropertyCollectionRequestpublic SingleValueLegacyExtendedProperty post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty) throws ClientException
post in interface ISingleValueLegacyExtendedPropertyCollectionRequestClientExceptionpublic ISingleValueLegacyExtendedPropertyCollectionRequest expand(java.lang.String value)
expand in interface ISingleValueLegacyExtendedPropertyCollectionRequestvalue - the expand clausepublic ISingleValueLegacyExtendedPropertyCollectionRequest filter(java.lang.String value)
filter in interface ISingleValueLegacyExtendedPropertyCollectionRequestvalue - the filter clausepublic ISingleValueLegacyExtendedPropertyCollectionRequest orderBy(java.lang.String value)
orderBy in interface ISingleValueLegacyExtendedPropertyCollectionRequestvalue - the order by clausepublic ISingleValueLegacyExtendedPropertyCollectionRequest select(java.lang.String value)
select in interface ISingleValueLegacyExtendedPropertyCollectionRequestvalue - the select clausepublic ISingleValueLegacyExtendedPropertyCollectionRequest top(int value)
top in interface ISingleValueLegacyExtendedPropertyCollectionRequestvalue - the max number of items to returnpublic ISingleValueLegacyExtendedPropertyCollectionRequest skip(int value)
skip in interface ISingleValueLegacyExtendedPropertyCollectionRequestvalue - of the number of items to skippublic ISingleValueLegacyExtendedPropertyCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ISingleValueLegacyExtendedPropertyCollectionRequestskipToken - - Token for paginationpublic ISingleValueLegacyExtendedPropertyCollectionPage buildFromResponse(SingleValueLegacyExtendedPropertyCollectionResponse response)