Uses of Class
microsoft.graph.security.complex.ClassificationResult
-
Packages that use ClassificationResult Package Description microsoft.graph.security.collection.request microsoft.graph.security.complex -
-
Uses of ClassificationResult in microsoft.graph.security.collection.request
Method parameters in microsoft.graph.security.collection.request with type arguments of type ClassificationResult Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>SensitivityLabelCollectionRequest. evaluateClassificationResults(ContentInfo contentInfo, List<ClassificationResult> classificationResults) -
Uses of ClassificationResult in microsoft.graph.security.complex
Methods in microsoft.graph.security.complex that return ClassificationResult Modifier and Type Method Description ClassificationResultClassificationResult.Builder. build()ClassificationResultClassificationResult. withConfidenceLevel(Integer confidenceLevel)ClassificationResultClassificationResult. withCount(Integer count)ClassificationResultClassificationResult. withSensitiveTypeId(String sensitiveTypeId)ClassificationResultClassificationResult. withUnmappedField(String name, String value)
-