Uses of Class
odata.msgraph.client.beta.complex.DlpEvaluationInput
-
Packages that use DlpEvaluationInput Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of DlpEvaluationInput in odata.msgraph.client.beta.complex
Subclasses of DlpEvaluationInput in odata.msgraph.client.beta.complex Modifier and Type Class Description classDlpEvaluationWindowsDevicesInputFields in odata.msgraph.client.beta.complex declared as DlpEvaluationInput Modifier and Type Field Description protected DlpEvaluationInputDlpEvaluatePoliciesRequest. evaluationInputMethods in odata.msgraph.client.beta.complex that return DlpEvaluationInput Modifier and Type Method Description DlpEvaluationInputDlpEvaluationInput.Builder. build()DlpEvaluationInputDlpEvaluationInput. withAccessScope(AccessScope accessScope)DlpEvaluationInputDlpEvaluationInput. withCurrentLabel(CurrentLabel currentLabel)DlpEvaluationInputDlpEvaluationInput. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DlpEvaluationInput Modifier and Type Method Description Optional<DlpEvaluationInput>DlpEvaluatePoliciesRequest. getEvaluationInput()Methods in odata.msgraph.client.beta.complex with parameters of type DlpEvaluationInput Modifier and Type Method Description DlpEvaluatePoliciesRequest.BuilderDlpEvaluatePoliciesRequest.Builder. evaluationInput(DlpEvaluationInput evaluationInput)DlpEvaluatePoliciesRequestDlpEvaluatePoliciesRequest. withEvaluationInput(DlpEvaluationInput evaluationInput) -
Uses of DlpEvaluationInput in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type DlpEvaluationInput Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DlpEvaluatePoliciesJobResponse>DataLossPreventionPolicyCollectionRequest. evaluate(String target, DlpEvaluationInput evaluationInput, DlpNotification notificationInfo)
-