public class DirectoryAuditRequest extends BaseRequest implements IDirectoryAuditRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
DirectoryAuditRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the DirectoryAudit
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super DirectoryAudit> callback)
Delete this item from the service
|
IDirectoryAuditRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DirectoryAudit |
get()
Gets the DirectoryAudit from the service
|
void |
get(ICallback<? super DirectoryAudit> callback)
Gets the DirectoryAudit from the service
|
DirectoryAudit |
patch(DirectoryAudit sourceDirectoryAudit)
Patches this DirectoryAudit with a source
|
void |
patch(DirectoryAudit sourceDirectoryAudit,
ICallback<? super DirectoryAudit> callback)
Patches this DirectoryAudit with a source
|
DirectoryAudit |
post(DirectoryAudit newDirectoryAudit)
Creates a DirectoryAudit with a new object
|
void |
post(DirectoryAudit newDirectoryAudit,
ICallback<? super DirectoryAudit> callback)
Creates a DirectoryAudit with a new object
|
DirectoryAudit |
put(DirectoryAudit newDirectoryAudit)
Creates a DirectoryAudit with a new object
|
void |
put(DirectoryAudit newDirectoryAudit,
ICallback<? super DirectoryAudit> callback)
Creates a DirectoryAudit with a new object
|
IDirectoryAuditRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic DirectoryAuditRequest(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<? super DirectoryAudit> callback)
get in interface IDirectoryAuditRequestcallback - the callback to be called after success or failurepublic DirectoryAudit get() throws ClientException
get in interface IDirectoryAuditRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super DirectoryAudit> callback)
delete in interface IDirectoryAuditRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IDirectoryAuditRequestClientException - if there was an exception during the delete operationpublic void patch(DirectoryAudit sourceDirectoryAudit, ICallback<? super DirectoryAudit> callback)
patch in interface IDirectoryAuditRequestsourceDirectoryAudit - the source object with updatescallback - the callback to be called after success or failurepublic DirectoryAudit patch(DirectoryAudit sourceDirectoryAudit) throws ClientException
patch in interface IDirectoryAuditRequestsourceDirectoryAudit - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(DirectoryAudit newDirectoryAudit, ICallback<? super DirectoryAudit> callback)
post in interface IDirectoryAuditRequestnewDirectoryAudit - the new object to createcallback - the callback to be called after success or failurepublic DirectoryAudit post(DirectoryAudit newDirectoryAudit) throws ClientException
post in interface IDirectoryAuditRequestnewDirectoryAudit - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(DirectoryAudit newDirectoryAudit, ICallback<? super DirectoryAudit> callback)
put in interface IDirectoryAuditRequestnewDirectoryAudit - the object to create/updatecallback - the callback to be called after success or failurepublic DirectoryAudit put(DirectoryAudit newDirectoryAudit) throws ClientException
put in interface IDirectoryAuditRequestnewDirectoryAudit - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IDirectoryAuditRequest select(java.lang.String value)
select in interface IDirectoryAuditRequestvalue - the select clausepublic IDirectoryAuditRequest expand(java.lang.String value)
expand in interface IDirectoryAuditRequestvalue - the expand clause