public interface ISingleValueLegacyExtendedPropertyRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super SingleValueLegacyExtendedProperty> callback)
Delete this item from the service
|
ISingleValueLegacyExtendedPropertyRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
SingleValueLegacyExtendedProperty |
get()
Gets the SingleValueLegacyExtendedProperty from the service
|
void |
get(ICallback<? super SingleValueLegacyExtendedProperty> callback)
Gets the SingleValueLegacyExtendedProperty from the service
|
SingleValueLegacyExtendedProperty |
patch(SingleValueLegacyExtendedProperty sourceSingleValueLegacyExtendedProperty)
Patches this SingleValueLegacyExtendedProperty with a source
|
void |
patch(SingleValueLegacyExtendedProperty sourceSingleValueLegacyExtendedProperty,
ICallback<? super SingleValueLegacyExtendedProperty> callback)
Patches this SingleValueLegacyExtendedProperty with a source
|
SingleValueLegacyExtendedProperty |
post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty)
Posts a SingleValueLegacyExtendedProperty with a new object
|
void |
post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty,
ICallback<? super SingleValueLegacyExtendedProperty> callback)
Posts a SingleValueLegacyExtendedProperty with a new object
|
SingleValueLegacyExtendedProperty |
put(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty)
Posts a SingleValueLegacyExtendedProperty with a new object
|
void |
put(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty,
ICallback<? super SingleValueLegacyExtendedProperty> callback)
Posts a SingleValueLegacyExtendedProperty with a new object
|
ISingleValueLegacyExtendedPropertyRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super SingleValueLegacyExtendedProperty> callback)
callback - the callback to be called after success or failureSingleValueLegacyExtendedProperty get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super SingleValueLegacyExtendedProperty> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(SingleValueLegacyExtendedProperty sourceSingleValueLegacyExtendedProperty, ICallback<? super SingleValueLegacyExtendedProperty> callback)
sourceSingleValueLegacyExtendedProperty - the source object with updatescallback - the callback to be called after success or failureSingleValueLegacyExtendedProperty patch(SingleValueLegacyExtendedProperty sourceSingleValueLegacyExtendedProperty) throws ClientException
sourceSingleValueLegacyExtendedProperty - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty, ICallback<? super SingleValueLegacyExtendedProperty> callback)
newSingleValueLegacyExtendedProperty - the new object to createcallback - the callback to be called after success or failureSingleValueLegacyExtendedProperty post(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty) throws ClientException
newSingleValueLegacyExtendedProperty - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty, ICallback<? super SingleValueLegacyExtendedProperty> callback)
newSingleValueLegacyExtendedProperty - the object to create/updatecallback - the callback to be called after success or failureSingleValueLegacyExtendedProperty put(SingleValueLegacyExtendedProperty newSingleValueLegacyExtendedProperty) throws ClientException
newSingleValueLegacyExtendedProperty - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonISingleValueLegacyExtendedPropertyRequest select(java.lang.String value)
value - the select clauseISingleValueLegacyExtendedPropertyRequest expand(java.lang.String value)
value - the expand clause