Uses of Class
odata.msgraph.client.beta.complex.DlpNotification
-
Packages that use DlpNotification Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of DlpNotification in odata.msgraph.client.beta.complex
Subclasses of DlpNotification in odata.msgraph.client.beta.complex Modifier and Type Class Description classDlpWindowsDevicesNotificationFields in odata.msgraph.client.beta.complex declared as DlpNotification Modifier and Type Field Description protected DlpNotificationDlpEvaluatePoliciesRequest. notificationInfoMethods in odata.msgraph.client.beta.complex that return DlpNotification Modifier and Type Method Description DlpNotificationDlpNotification.Builder. build()DlpNotificationDlpNotification. withAuthor(String author)DlpNotificationDlpNotification. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DlpNotification Modifier and Type Method Description Optional<DlpNotification>DlpEvaluatePoliciesRequest. getNotificationInfo()Methods in odata.msgraph.client.beta.complex with parameters of type DlpNotification Modifier and Type Method Description DlpEvaluatePoliciesRequest.BuilderDlpEvaluatePoliciesRequest.Builder. notificationInfo(DlpNotification notificationInfo)DlpEvaluatePoliciesRequestDlpEvaluatePoliciesRequest. withNotificationInfo(DlpNotification notificationInfo) -
Uses of DlpNotification in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type DlpNotification Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DlpEvaluatePoliciesJobResponse>DataLossPreventionPolicyCollectionRequest. evaluate(String target, DlpEvaluationInput evaluationInput, DlpNotification notificationInfo)
-