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, setUseCaches
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<IMultiValueLegacyExtendedPropertyCollectionPage> callback)
get
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
public IMultiValueLegacyExtendedPropertyCollectionPage get() throws ClientException
get
in interface IMultiValueLegacyExtendedPropertyCollectionRequest
ClientException
public void post(MultiValueLegacyExtendedProperty newMultiValueLegacyExtendedProperty, ICallback<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 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 IMultiValueLegacyExtendedPropertyCollectionPage buildFromResponse(MultiValueLegacyExtendedPropertyCollectionResponse response)