Uses of Class
odata.msgraph.client.beta.enums.ClassificationMethod
-
Packages that use ClassificationMethod Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ClassificationMethod in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ClassificationMethod Modifier and Type Field Description protected ClassificationMethodDetectedSensitiveContent. classificationMethodMethods in odata.msgraph.client.beta.complex that return types with arguments of type ClassificationMethod Modifier and Type Method Description Optional<ClassificationMethod>DetectedSensitiveContent. getClassificationMethod()Methods in odata.msgraph.client.beta.complex with parameters of type ClassificationMethod Modifier and Type Method Description DetectedSensitiveContent.BuilderDetectedSensitiveContent.Builder. classificationMethod(ClassificationMethod classificationMethod)MachineLearningDetectedSensitiveContent.BuilderMachineLearningDetectedSensitiveContent.Builder. classificationMethod(ClassificationMethod classificationMethod)DetectedSensitiveContentDetectedSensitiveContent. withClassificationMethod(ClassificationMethod classificationMethod) -
Uses of ClassificationMethod in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ClassificationMethod Modifier and Type Field Description protected ClassificationMethodSensitiveType. classificationMethodMethods in odata.msgraph.client.beta.entity that return types with arguments of type ClassificationMethod Modifier and Type Method Description Optional<ClassificationMethod>SensitiveType. getClassificationMethod()Methods in odata.msgraph.client.beta.entity with parameters of type ClassificationMethod Modifier and Type Method Description SensitiveType.BuilderSensitiveType.Builder. classificationMethod(ClassificationMethod classificationMethod)SensitiveTypeSensitiveType. withClassificationMethod(ClassificationMethod classificationMethod) -
Uses of ClassificationMethod in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ClassificationMethod Modifier and Type Method Description static ClassificationMethodClassificationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ClassificationMethod[]ClassificationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-