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