Uses of Class
odata.msgraph.client.beta.complex.DetectedSensitiveContent
-
Packages that use DetectedSensitiveContent Package Description odata.msgraph.client.beta.complex -
-
Uses of DetectedSensitiveContent in odata.msgraph.client.beta.complex
Subclasses of DetectedSensitiveContent in odata.msgraph.client.beta.complex Modifier and Type Class Description classMachineLearningDetectedSensitiveContentFields in odata.msgraph.client.beta.complex with type parameters of type DetectedSensitiveContent Modifier and Type Field Description protected List<DetectedSensitiveContent>DetectedSensitiveContentWrapper. classificationMethods in odata.msgraph.client.beta.complex that return DetectedSensitiveContent Modifier and Type Method Description DetectedSensitiveContentDetectedSensitiveContent.Builder. build()DetectedSensitiveContentDetectedSensitiveContent. withClassificationMethod(ClassificationMethod classificationMethod)DetectedSensitiveContentDetectedSensitiveContent. withScope(SensitiveTypeScope scope)DetectedSensitiveContentDetectedSensitiveContent. withSensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource)DetectedSensitiveContentDetectedSensitiveContent. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DetectedSensitiveContent Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DetectedSensitiveContent>DetectedSensitiveContentWrapper. getClassification()com.github.davidmoten.odata.client.CollectionPage<DetectedSensitiveContent>DetectedSensitiveContentWrapper. getClassification(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type DetectedSensitiveContent Modifier and Type Method Description DetectedSensitiveContentWrapper.BuilderDetectedSensitiveContentWrapper.Builder. classification(DetectedSensitiveContent... classification)Method parameters in odata.msgraph.client.beta.complex with type arguments of type DetectedSensitiveContent Modifier and Type Method Description DetectedSensitiveContentWrapper.BuilderDetectedSensitiveContentWrapper.Builder. classification(List<DetectedSensitiveContent> classification)
-