public class WindowsInformationProtectionNetworkLearningSummaryRequest extends BaseRequest implements IWindowsInformationProtectionNetworkLearningSummaryRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WindowsInformationProtectionNetworkLearningSummaryRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the WindowsInformationProtectionNetworkLearningSummary
|
| 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)
Creates a WindowsInformationProtectionNetworkLearningSummary with a new object
|
void |
post(WindowsInformationProtectionNetworkLearningSummary newWindowsInformationProtectionNetworkLearningSummary,
ICallback<WindowsInformationProtectionNetworkLearningSummary> callback)
Creates a WindowsInformationProtectionNetworkLearningSummary with a new object
|
IWindowsInformationProtectionNetworkLearningSummaryRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic WindowsInformationProtectionNetworkLearningSummaryRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<WindowsInformationProtectionNetworkLearningSummary> callback)
get in interface IWindowsInformationProtectionNetworkLearningSummaryRequestcallback - the callback to be called after success or failurepublic WindowsInformationProtectionNetworkLearningSummary get() throws ClientException
get in interface IWindowsInformationProtectionNetworkLearningSummaryRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<WindowsInformationProtectionNetworkLearningSummary> callback)
delete in interface IWindowsInformationProtectionNetworkLearningSummaryRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IWindowsInformationProtectionNetworkLearningSummaryRequestClientException - if there was an exception during the delete operationpublic void patch(WindowsInformationProtectionNetworkLearningSummary sourceWindowsInformationProtectionNetworkLearningSummary, ICallback<WindowsInformationProtectionNetworkLearningSummary> callback)
patch in interface IWindowsInformationProtectionNetworkLearningSummaryRequestsourceWindowsInformationProtectionNetworkLearningSummary - the source object with updatescallback - the callback to be called after success or failurepublic WindowsInformationProtectionNetworkLearningSummary patch(WindowsInformationProtectionNetworkLearningSummary sourceWindowsInformationProtectionNetworkLearningSummary) throws ClientException
patch in interface IWindowsInformationProtectionNetworkLearningSummaryRequestsourceWindowsInformationProtectionNetworkLearningSummary - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(WindowsInformationProtectionNetworkLearningSummary newWindowsInformationProtectionNetworkLearningSummary, ICallback<WindowsInformationProtectionNetworkLearningSummary> callback)
post in interface IWindowsInformationProtectionNetworkLearningSummaryRequestnewWindowsInformationProtectionNetworkLearningSummary - the new object to createcallback - the callback to be called after success or failurepublic WindowsInformationProtectionNetworkLearningSummary post(WindowsInformationProtectionNetworkLearningSummary newWindowsInformationProtectionNetworkLearningSummary) throws ClientException
post in interface IWindowsInformationProtectionNetworkLearningSummaryRequestnewWindowsInformationProtectionNetworkLearningSummary - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic IWindowsInformationProtectionNetworkLearningSummaryRequest select(java.lang.String value)
select in interface IWindowsInformationProtectionNetworkLearningSummaryRequestvalue - the select clausepublic IWindowsInformationProtectionNetworkLearningSummaryRequest expand(java.lang.String value)
expand in interface IWindowsInformationProtectionNetworkLearningSummaryRequestvalue - the expand clause