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