Uses of Class
odata.msgraph.client.beta.entity.DlpEvaluatePoliciesJobResponse
-
Packages that use DlpEvaluatePoliciesJobResponse Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of DlpEvaluatePoliciesJobResponse in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DlpEvaluatePoliciesJobResponse Modifier and Type Method Description DlpEvaluatePoliciesJobResponseDlpEvaluatePoliciesJobResponse.Builder. build()DlpEvaluatePoliciesJobResponseDlpEvaluatePoliciesJobResponse. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DlpEvaluatePoliciesJobResponseDlpEvaluatePoliciesJobResponse. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DlpEvaluatePoliciesJobResponseDlpEvaluatePoliciesJobResponse. withResult(DlpPoliciesJobResult result)DlpEvaluatePoliciesJobResponseDlpEvaluatePoliciesJobResponse. withUnmappedField(String name, String value) -
Uses of DlpEvaluatePoliciesJobResponse in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type DlpEvaluatePoliciesJobResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DlpEvaluatePoliciesJobResponse>DataLossPreventionPolicyCollectionRequest. evaluate(String target, DlpEvaluationInput evaluationInput, DlpNotification notificationInfo)
-