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