Uses of Class
odata.msgraph.client.beta.entity.EvaluateLabelJobResponse
-
Packages that use EvaluateLabelJobResponse Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of EvaluateLabelJobResponse in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return EvaluateLabelJobResponse Modifier and Type Method Description EvaluateLabelJobResponseEvaluateLabelJobResponse.Builder. build()EvaluateLabelJobResponseEvaluateLabelJobResponse. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EvaluateLabelJobResponseEvaluateLabelJobResponse. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EvaluateLabelJobResponseEvaluateLabelJobResponse. withResult(EvaluateLabelJobResultGroup result)EvaluateLabelJobResponseEvaluateLabelJobResponse. withUnmappedField(String name, String value) -
Uses of EvaluateLabelJobResponse in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type EvaluateLabelJobResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<EvaluateLabelJobResponse>SensitivityLabelCollectionRequest. evaluate(List<DiscoveredSensitiveType> discoveredSensitiveTypes, CurrentLabel currentLabel)
-