Uses of Class
odata.msgraph.client.beta.complex.ExactMatchClassificationResult.Builder
-
Packages that use ExactMatchClassificationResult.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of ExactMatchClassificationResult.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ExactMatchClassificationResult.Builder Modifier and Type Method Description static ExactMatchClassificationResult.BuilderExactMatchClassificationResult. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ExactMatchClassificationResult.BuilderExactMatchClassificationResult.Builder. classification(List<ExactMatchDetectedSensitiveContent> classification)ExactMatchClassificationResult.BuilderExactMatchClassificationResult.Builder. classification(ExactMatchDetectedSensitiveContent... classification)ExactMatchClassificationResult.BuilderExactMatchClassificationResult.Builder. classificationNextLink(String classificationNextLink)ExactMatchClassificationResult.BuilderExactMatchClassificationResult.Builder. errors(List<ClassificationError> errors)ExactMatchClassificationResult.BuilderExactMatchClassificationResult.Builder. errors(ClassificationError... errors)ExactMatchClassificationResult.BuilderExactMatchClassificationResult.Builder. errorsNextLink(String errorsNextLink)
-