public interface ISingleValueLegacyExtendedPropertyCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
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
|
void get(ICallback<ISingleValueLegacyExtendedPropertyCollectionPage> callback)
ISingleValueLegacyExtendedPropertyCollectionPage get() throws ClientException
ClientExceptionvoid post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty, ICallback<SingleValueLegacyExtendedProperty> callback)
SingleValueLegacyExtendedProperty post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty) throws ClientException
ClientExceptionISingleValueLegacyExtendedPropertyCollectionRequest expand(java.lang.String value)
value - the expand clauseISingleValueLegacyExtendedPropertyCollectionRequest select(java.lang.String value)
value - the select clauseISingleValueLegacyExtendedPropertyCollectionRequest top(int value)
value - the max number of items to return