public interface IDirectoryAuditRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<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<DirectoryAudit> callback)
Gets the DirectoryAudit from the service
|
DirectoryAudit |
patch(DirectoryAudit sourceDirectoryAudit)
Patches this DirectoryAudit with a source
|
void |
patch(DirectoryAudit sourceDirectoryAudit,
ICallback<DirectoryAudit> callback)
Patches this DirectoryAudit with a source
|
DirectoryAudit |
post(DirectoryAudit newDirectoryAudit)
Posts a DirectoryAudit with a new object
|
void |
post(DirectoryAudit newDirectoryAudit,
ICallback<DirectoryAudit> callback)
Posts a DirectoryAudit with a new object
|
IDirectoryAuditRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<DirectoryAudit> callback)
callback - the callback to be called after success or failureDirectoryAudit get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<DirectoryAudit> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(DirectoryAudit sourceDirectoryAudit, ICallback<DirectoryAudit> callback)
sourceDirectoryAudit - the source object with updatescallback - the callback to be called after success or failureDirectoryAudit patch(DirectoryAudit sourceDirectoryAudit) throws ClientException
sourceDirectoryAudit - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(DirectoryAudit newDirectoryAudit, ICallback<DirectoryAudit> callback)
newDirectoryAudit - the new object to createcallback - the callback to be called after success or failureDirectoryAudit post(DirectoryAudit newDirectoryAudit) throws ClientException
newDirectoryAudit - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIDirectoryAuditRequest select(java.lang.String value)
value - the select clauseIDirectoryAuditRequest expand(java.lang.String value)
value - the expand clause