public interface IWindowsInformationProtectionAppLockerFileCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWindowsInformationProtectionAppLockerFileCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWindowsInformationProtectionAppLockerFileCollectionPage |
get() |
void |
get(ICallback<IWindowsInformationProtectionAppLockerFileCollectionPage> callback) |
WindowsInformationProtectionAppLockerFile |
post(WindowsInformationProtectionAppLockerFile newWindowsInformationProtectionAppLockerFile) |
void |
post(WindowsInformationProtectionAppLockerFile newWindowsInformationProtectionAppLockerFile,
ICallback<WindowsInformationProtectionAppLockerFile> callback) |
IWindowsInformationProtectionAppLockerFileCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWindowsInformationProtectionAppLockerFileCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWindowsInformationProtectionAppLockerFileCollectionPage> callback)
IWindowsInformationProtectionAppLockerFileCollectionPage get() throws ClientException
ClientExceptionvoid post(WindowsInformationProtectionAppLockerFile newWindowsInformationProtectionAppLockerFile, ICallback<WindowsInformationProtectionAppLockerFile> callback)
WindowsInformationProtectionAppLockerFile post(WindowsInformationProtectionAppLockerFile newWindowsInformationProtectionAppLockerFile) throws ClientException
ClientExceptionIWindowsInformationProtectionAppLockerFileCollectionRequest expand(java.lang.String value)
value - the expand clauseIWindowsInformationProtectionAppLockerFileCollectionRequest select(java.lang.String value)
value - the select clauseIWindowsInformationProtectionAppLockerFileCollectionRequest top(int value)
value - the max number of items to return