public interface IReportRootGetSharePointSiteUsageFileCountsRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IReportRootGetSharePointSiteUsageFileCountsRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Report |
get()
Gets the Report
|
void |
get(ICallback<? super Report> callback)
Gets the Report
|
Report |
patch(Report srcReport)
Patches the ReportRootGetSharePointSiteUsageFileCounts
|
void |
patch(Report srcReport,
ICallback<? super Report> callback)
Patches the ReportRootGetSharePointSiteUsageFileCounts
|
Report |
put(Report srcReport)
Puts the ReportRootGetSharePointSiteUsageFileCounts
|
void |
put(Report srcReport,
ICallback<? super Report> callback)
Puts the ReportRootGetSharePointSiteUsageFileCounts
|
IReportRootGetSharePointSiteUsageFileCountsRequest |
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 patch(Report srcReport, ICallback<? super Report> callback)
srcReport - the Report with which to PATCHcallback - the callback to be called after success or failureReport patch(Report srcReport) throws ClientException
srcReport - the Report with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(Report srcReport, ICallback<? super Report> callback)
srcReport - the Report to PUTcallback - the callback to be called after success or failureReport put(Report srcReport) throws ClientException
srcReport - the Report to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<? super Report> callback)
callback - the callback to be called after success or failureReport get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIReportRootGetSharePointSiteUsageFileCountsRequest select(java.lang.String value)
value - the select clauseIReportRootGetSharePointSiteUsageFileCountsRequest expand(java.lang.String value)
value - the expand clause