public interface IMultiValueLegacyExtendedPropertyCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
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
|
void get(ICallback<IMultiValueLegacyExtendedPropertyCollectionPage> callback)
IMultiValueLegacyExtendedPropertyCollectionPage get() throws ClientException
ClientExceptionvoid post(MultiValueLegacyExtendedProperty newMultiValueLegacyExtendedProperty, ICallback<MultiValueLegacyExtendedProperty> callback)
MultiValueLegacyExtendedProperty post(MultiValueLegacyExtendedProperty newMultiValueLegacyExtendedProperty) throws ClientException
ClientExceptionIMultiValueLegacyExtendedPropertyCollectionRequest expand(java.lang.String value)
value - the expand clauseIMultiValueLegacyExtendedPropertyCollectionRequest select(java.lang.String value)
value - the select clauseIMultiValueLegacyExtendedPropertyCollectionRequest top(int value)
value - the max number of items to return