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
|
| Modifier and Type | Method and Description |
|---|---|
IMultiValueLegacyExtendedPropertyCollectionPage |
buildFromResponse(MultiValueLegacyExtendedPropertyCollectionResponse response) |
IMultiValueLegacyExtendedPropertyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IMultiValueLegacyExtendedPropertyCollectionPage |
get() |
void |
get(ICallback<IMultiValueLegacyExtendedPropertyCollectionPage> callback) |
MultiValueLegacyExtendedProperty |
post(MultiValueLegacyExtendedProperty newMultiValueLegacyExtendedProperty) |
void |
post(MultiValueLegacyExtendedProperty newMultiValueLegacyExtendedProperty,
ICallback<MultiValueLegacyExtendedProperty> callback) |
IMultiValueLegacyExtendedPropertyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IMultiValueLegacyExtendedPropertyCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IMultiValueLegacyExtendedPropertyCollectionPage> callback)
get in interface IMultiValueLegacyExtendedPropertyCollectionRequestpublic IMultiValueLegacyExtendedPropertyCollectionPage get() throws ClientException
get in interface IMultiValueLegacyExtendedPropertyCollectionRequestClientExceptionpublic void post(MultiValueLegacyExtendedProperty newMultiValueLegacyExtendedProperty, ICallback<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 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 IMultiValueLegacyExtendedPropertyCollectionPage buildFromResponse(MultiValueLegacyExtendedPropertyCollectionResponse response)