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
|
| Modifier and Type | Method and Description |
|---|---|
ISingleValueLegacyExtendedPropertyCollectionPage |
buildFromResponse(SingleValueLegacyExtendedPropertyCollectionResponse response) |
ISingleValueLegacyExtendedPropertyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISingleValueLegacyExtendedPropertyCollectionPage |
get() |
void |
get(ICallback<ISingleValueLegacyExtendedPropertyCollectionPage> callback) |
SingleValueLegacyExtendedProperty |
post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty) |
void |
post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty,
ICallback<SingleValueLegacyExtendedProperty> callback) |
ISingleValueLegacyExtendedPropertyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISingleValueLegacyExtendedPropertyCollectionRequest |
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 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<ISingleValueLegacyExtendedPropertyCollectionPage> callback)
get in interface ISingleValueLegacyExtendedPropertyCollectionRequestpublic ISingleValueLegacyExtendedPropertyCollectionPage get() throws ClientException
get in interface ISingleValueLegacyExtendedPropertyCollectionRequestClientExceptionpublic void post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty, ICallback<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 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 ISingleValueLegacyExtendedPropertyCollectionPage buildFromResponse(SingleValueLegacyExtendedPropertyCollectionResponse response)