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