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