Uses of Enum
com.microsoft.graph.models.Sensitivity
Packages that use Sensitivity
-
Uses of Sensitivity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SensitivityModifier and TypeMethodDescriptionstatic SensitivityEvent.getSensitivity()Gets the sensitivity property value.MessageRulePredicates.getSensitivity()Gets the sensitivity property value.static SensitivityReturns the enum constant of this type with the specified name.static Sensitivity[]Sensitivity.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 SensitivityModifier and TypeMethodDescriptionvoidEvent.setSensitivity(Sensitivity value) Sets the sensitivity property value.voidMessageRulePredicates.setSensitivity(Sensitivity value) Sets the sensitivity property value.