public interface IWindowsInformationProtectionAppLearningSummaryCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWindowsInformationProtectionAppLearningSummaryCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWindowsInformationProtectionAppLearningSummaryCollectionPage |
get() |
void |
get(ICallback<IWindowsInformationProtectionAppLearningSummaryCollectionPage> callback) |
WindowsInformationProtectionAppLearningSummary |
post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary) |
void |
post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary,
ICallback<WindowsInformationProtectionAppLearningSummary> callback) |
IWindowsInformationProtectionAppLearningSummaryCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWindowsInformationProtectionAppLearningSummaryCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWindowsInformationProtectionAppLearningSummaryCollectionPage> callback)
IWindowsInformationProtectionAppLearningSummaryCollectionPage get() throws ClientException
ClientExceptionvoid post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary, ICallback<WindowsInformationProtectionAppLearningSummary> callback)
WindowsInformationProtectionAppLearningSummary post(WindowsInformationProtectionAppLearningSummary newWindowsInformationProtectionAppLearningSummary) throws ClientException
ClientExceptionIWindowsInformationProtectionAppLearningSummaryCollectionRequest expand(java.lang.String value)
value - the expand clauseIWindowsInformationProtectionAppLearningSummaryCollectionRequest select(java.lang.String value)
value - the select clauseIWindowsInformationProtectionAppLearningSummaryCollectionRequest top(int value)
value - the max number of items to return