public class WindowsInformationProtectionAppLearningSummaryRequest extends BaseRequest implements IWindowsInformationProtectionAppLearningSummaryRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WindowsInformationProtectionAppLearningSummaryRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the WindowsInformationProtectionAppLearningSummary
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super 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<? super WindowsInformationProtectionAppLearningSummary> callback)
Gets the WindowsInformationProtectionAppLearningSummary from the service
|
WindowsInformationProtectionAppLearningSummary |
patch(WindowsInformationProtectionAppLearningSummary sourceWindowsInformationProtectionAppLearningSummary)
Patches this WindowsInformationProtectionAppLearningSummary with a source
|
void |
patch(WindowsInformationProtectionAppLearningSummary sourceWindowsInformationProtectionAppLearningSummary,
ICallback<? super WindowsInformationProtectionAppLearningSummary> callback)
Patches this WindowsInformationProtectionAppLearningSummary with a source
|
WindowsInformationProtectionAppLearningSummary |
post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary)
Creates a WindowsInformationProtectionAppLearningSummary with a new object
|
void |
post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary,
ICallback<? super WindowsInformationProtectionAppLearningSummary> callback)
Creates a WindowsInformationProtectionAppLearningSummary with a new object
|
WindowsInformationProtectionAppLearningSummary |
put(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary)
Creates a WindowsInformationProtectionAppLearningSummary with a new object
|
void |
put(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary,
ICallback<? super WindowsInformationProtectionAppLearningSummary> callback)
Creates a WindowsInformationProtectionAppLearningSummary with a new object
|
IWindowsInformationProtectionAppLearningSummaryRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic WindowsInformationProtectionAppLearningSummaryRequest(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<? super WindowsInformationProtectionAppLearningSummary> callback)
get in interface IWindowsInformationProtectionAppLearningSummaryRequestcallback - the callback to be called after success or failurepublic WindowsInformationProtectionAppLearningSummary get() throws ClientException
get in interface IWindowsInformationProtectionAppLearningSummaryRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super WindowsInformationProtectionAppLearningSummary> callback)
delete in interface IWindowsInformationProtectionAppLearningSummaryRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IWindowsInformationProtectionAppLearningSummaryRequestClientException - if there was an exception during the delete operationpublic void patch(WindowsInformationProtectionAppLearningSummary sourceWindowsInformationProtectionAppLearningSummary, ICallback<? super WindowsInformationProtectionAppLearningSummary> callback)
patch in interface IWindowsInformationProtectionAppLearningSummaryRequestsourceWindowsInformationProtectionAppLearningSummary - the source object with updatescallback - the callback to be called after success or failurepublic WindowsInformationProtectionAppLearningSummary patch(WindowsInformationProtectionAppLearningSummary sourceWindowsInformationProtectionAppLearningSummary) throws ClientException
patch in interface IWindowsInformationProtectionAppLearningSummaryRequestsourceWindowsInformationProtectionAppLearningSummary - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary, ICallback<? super WindowsInformationProtectionAppLearningSummary> callback)
post in interface IWindowsInformationProtectionAppLearningSummaryRequestnewWindowsInformationProtectionAppLearningSummary - the new object to createcallback - the callback to be called after success or failurepublic WindowsInformationProtectionAppLearningSummary post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary) throws ClientException
post in interface IWindowsInformationProtectionAppLearningSummaryRequestnewWindowsInformationProtectionAppLearningSummary - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary, ICallback<? super WindowsInformationProtectionAppLearningSummary> callback)
put in interface IWindowsInformationProtectionAppLearningSummaryRequestnewWindowsInformationProtectionAppLearningSummary - the object to create/updatecallback - the callback to be called after success or failurepublic WindowsInformationProtectionAppLearningSummary put(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary) throws ClientException
put in interface IWindowsInformationProtectionAppLearningSummaryRequestnewWindowsInformationProtectionAppLearningSummary - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IWindowsInformationProtectionAppLearningSummaryRequest select(java.lang.String value)
select in interface IWindowsInformationProtectionAppLearningSummaryRequestvalue - the select clausepublic IWindowsInformationProtectionAppLearningSummaryRequest expand(java.lang.String value)
expand in interface IWindowsInformationProtectionAppLearningSummaryRequestvalue - the expand clause