Uses of Class
odata.msgraph.client.beta.enums.DlpAction
-
Packages that use DlpAction Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DlpAction in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DlpAction Modifier and Type Field Description protected DlpActionDlpActionInfo. actionMethods in odata.msgraph.client.beta.complex that return types with arguments of type DlpAction Modifier and Type Method Description Optional<DlpAction>DlpActionInfo. getAction()Methods in odata.msgraph.client.beta.complex with parameters of type DlpAction Modifier and Type Method Description BlockAccessAction.BuilderBlockAccessAction.Builder. action(DlpAction action)DeviceRestrictionAction.BuilderDeviceRestrictionAction.Builder. action(DlpAction action)DlpActionInfo.BuilderDlpActionInfo.Builder. action(DlpAction action)NotifyUserAction.BuilderNotifyUserAction.Builder. action(DlpAction action)DlpActionInfoDlpActionInfo. withAction(DlpAction action) -
Uses of DlpAction in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DlpAction Modifier and Type Method Description static DlpActionDlpAction. valueOf(String name)Returns the enum constant of this type with the specified name.static DlpAction[]DlpAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-