Uses of Enum
com.microsoft.graph.models.InferenceClassificationType
Packages that use InferenceClassificationType
-
Uses of InferenceClassificationType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return InferenceClassificationTypeModifier and TypeMethodDescriptionstatic InferenceClassificationTypeInferenceClassificationOverride.getClassifyAs()Gets the classifyAs property value.Message.getInferenceClassification()Gets the inferenceClassification property value.static InferenceClassificationTypeReturns the enum constant of this type with the specified name.static InferenceClassificationType[]InferenceClassificationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type InferenceClassificationTypeModifier and TypeMethodDescriptionvoidInferenceClassificationOverride.setClassifyAs(InferenceClassificationType value) Sets the classifyAs property value.voidMessage.setInferenceClassification(InferenceClassificationType value) Sets the inferenceClassification property value.