Uses of Class
odata.msgraph.client.beta.entity.ClassificationJobResponse
-
Packages that use ClassificationJobResponse Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ClassificationJobResponse in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ClassificationJobResponse Modifier and Type Method Description ClassificationJobResponseClassificationJobResponse.Builder. build()ClassificationJobResponseClassificationJobResponse. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ClassificationJobResponseClassificationJobResponse. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ClassificationJobResponseClassificationJobResponse. withResult(DetectedSensitiveContentWrapper result)ClassificationJobResponseClassificationJobResponse. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type ClassificationJobResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse>DataClassificationService. classifyFile(String file, List<String> sensitiveTypeIds)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse>DataClassificationService. classifyText(String text, String fileExtension, List<String> sensitiveTypeIds, SensitiveTypeScope scopesToRun, MlClassificationMatchTolerance matchTolerancesToInclude) -
Uses of ClassificationJobResponse in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type ClassificationJobResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse>DataClassificationServiceRequest. classifyFile(String file, List<String> sensitiveTypeIds)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse>DataClassificationServiceRequest. classifyText(String text, String fileExtension, List<String> sensitiveTypeIds, SensitiveTypeScope scopesToRun, MlClassificationMatchTolerance matchTolerancesToInclude)
-