Uses of Class
odata.msgraph.client.beta.complex.DlpActionInfo
-
Packages that use DlpActionInfo Package Description odata.msgraph.client.beta.complex -
-
Uses of DlpActionInfo in odata.msgraph.client.beta.complex
Subclasses of DlpActionInfo in odata.msgraph.client.beta.complex Modifier and Type Class Description classBlockAccessActionclassDeviceRestrictionActionclassNotifyUserActionFields in odata.msgraph.client.beta.complex with type parameters of type DlpActionInfo Modifier and Type Field Description protected List<DlpActionInfo>MatchingDlpRule. actionsMethods in odata.msgraph.client.beta.complex that return DlpActionInfo Modifier and Type Method Description DlpActionInfoDlpActionInfo.Builder. build()DlpActionInfoDlpActionInfo. withAction(DlpAction action)DlpActionInfoDlpActionInfo. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DlpActionInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DlpActionInfo>MatchingDlpRule. getActions()com.github.davidmoten.odata.client.CollectionPage<DlpActionInfo>MatchingDlpRule. getActions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type DlpActionInfo Modifier and Type Method Description MatchingDlpRule.BuilderMatchingDlpRule.Builder. actions(DlpActionInfo... actions)Method parameters in odata.msgraph.client.beta.complex with type arguments of type DlpActionInfo Modifier and Type Method Description MatchingDlpRule.BuilderMatchingDlpRule.Builder. actions(List<DlpActionInfo> actions)
-