public interface IConditionalAccessRootRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super ConditionalAccessRoot> callback)
Delete this item from the service
|
IConditionalAccessRootRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ConditionalAccessRoot |
get()
Gets the ConditionalAccessRoot from the service
|
void |
get(ICallback<? super ConditionalAccessRoot> callback)
Gets the ConditionalAccessRoot from the service
|
ConditionalAccessRoot |
patch(ConditionalAccessRoot sourceConditionalAccessRoot)
Patches this ConditionalAccessRoot with a source
|
void |
patch(ConditionalAccessRoot sourceConditionalAccessRoot,
ICallback<? super ConditionalAccessRoot> callback)
Patches this ConditionalAccessRoot with a source
|
ConditionalAccessRoot |
post(ConditionalAccessRoot newConditionalAccessRoot)
Posts a ConditionalAccessRoot with a new object
|
void |
post(ConditionalAccessRoot newConditionalAccessRoot,
ICallback<? super ConditionalAccessRoot> callback)
Posts a ConditionalAccessRoot with a new object
|
ConditionalAccessRoot |
put(ConditionalAccessRoot newConditionalAccessRoot)
Posts a ConditionalAccessRoot with a new object
|
void |
put(ConditionalAccessRoot newConditionalAccessRoot,
ICallback<? super ConditionalAccessRoot> callback)
Posts a ConditionalAccessRoot with a new object
|
IConditionalAccessRootRequest |
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 ConditionalAccessRoot> callback)
callback - the callback to be called after success or failureConditionalAccessRoot get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super ConditionalAccessRoot> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(ConditionalAccessRoot sourceConditionalAccessRoot, ICallback<? super ConditionalAccessRoot> callback)
sourceConditionalAccessRoot - the source object with updatescallback - the callback to be called after success or failureConditionalAccessRoot patch(ConditionalAccessRoot sourceConditionalAccessRoot) throws ClientException
sourceConditionalAccessRoot - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(ConditionalAccessRoot newConditionalAccessRoot, ICallback<? super ConditionalAccessRoot> callback)
newConditionalAccessRoot - the new object to createcallback - the callback to be called after success or failureConditionalAccessRoot post(ConditionalAccessRoot newConditionalAccessRoot) throws ClientException
newConditionalAccessRoot - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(ConditionalAccessRoot newConditionalAccessRoot, ICallback<? super ConditionalAccessRoot> callback)
newConditionalAccessRoot - the object to create/updatecallback - the callback to be called after success or failureConditionalAccessRoot put(ConditionalAccessRoot newConditionalAccessRoot) throws ClientException
newConditionalAccessRoot - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIConditionalAccessRootRequest select(java.lang.String value)
value - the select clauseIConditionalAccessRootRequest expand(java.lang.String value)
value - the expand clause