public interface IOfficeGraphInsightsRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super 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<? super OfficeGraphInsights> callback)
Gets the OfficeGraphInsights from the service
|
OfficeGraphInsights |
patch(OfficeGraphInsights sourceOfficeGraphInsights)
Patches this OfficeGraphInsights with a source
|
void |
patch(OfficeGraphInsights sourceOfficeGraphInsights,
ICallback<? super OfficeGraphInsights> callback)
Patches this OfficeGraphInsights with a source
|
OfficeGraphInsights |
post(OfficeGraphInsights newOfficeGraphInsights)
Posts a OfficeGraphInsights with a new object
|
void |
post(OfficeGraphInsights newOfficeGraphInsights,
ICallback<? super OfficeGraphInsights> callback)
Posts a OfficeGraphInsights with a new object
|
OfficeGraphInsights |
put(OfficeGraphInsights newOfficeGraphInsights)
Posts a OfficeGraphInsights with a new object
|
void |
put(OfficeGraphInsights newOfficeGraphInsights,
ICallback<? super 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, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super 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<? super 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<? super 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<? super 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 reasonvoid put(OfficeGraphInsights newOfficeGraphInsights, ICallback<? super OfficeGraphInsights> callback)
newOfficeGraphInsights - the object to create/updatecallback - the callback to be called after success or failureOfficeGraphInsights put(OfficeGraphInsights newOfficeGraphInsights) throws ClientException
newOfficeGraphInsights - the object to create/updateClientException - 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