public interface IAuditLogRootRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<AuditLogRoot> callback)
Delete this item from the service
|
IAuditLogRootRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
AuditLogRoot |
get()
Gets the AuditLogRoot from the service
|
void |
get(ICallback<AuditLogRoot> callback)
Gets the AuditLogRoot from the service
|
AuditLogRoot |
patch(AuditLogRoot sourceAuditLogRoot)
Patches this AuditLogRoot with a source
|
void |
patch(AuditLogRoot sourceAuditLogRoot,
ICallback<AuditLogRoot> callback)
Patches this AuditLogRoot with a source
|
AuditLogRoot |
post(AuditLogRoot newAuditLogRoot)
Posts a AuditLogRoot with a new object
|
void |
post(AuditLogRoot newAuditLogRoot,
ICallback<AuditLogRoot> callback)
Posts a AuditLogRoot with a new object
|
IAuditLogRootRequest |
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<AuditLogRoot> callback)
callback - the callback to be called after success or failureAuditLogRoot get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<AuditLogRoot> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(AuditLogRoot sourceAuditLogRoot, ICallback<AuditLogRoot> callback)
sourceAuditLogRoot - the source object with updatescallback - the callback to be called after success or failureAuditLogRoot patch(AuditLogRoot sourceAuditLogRoot) throws ClientException
sourceAuditLogRoot - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(AuditLogRoot newAuditLogRoot, ICallback<AuditLogRoot> callback)
newAuditLogRoot - the new object to createcallback - the callback to be called after success or failureAuditLogRoot post(AuditLogRoot newAuditLogRoot) throws ClientException
newAuditLogRoot - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIAuditLogRootRequest select(java.lang.String value)
value - the select clauseIAuditLogRootRequest expand(java.lang.String value)
value - the expand clause