Uses of Enum
com.microsoft.graph.models.ChatMessageImportance
Packages that use ChatMessageImportance
-
Uses of ChatMessageImportance in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChatMessageImportanceModifier and TypeMethodDescriptionstatic ChatMessageImportanceChatMessage.getImportance()Gets the importance property value.static ChatMessageImportanceReturns the enum constant of this type with the specified name.static ChatMessageImportance[]ChatMessageImportance.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 ChatMessageImportanceModifier and TypeMethodDescriptionvoidChatMessage.setImportance(ChatMessageImportance value) Sets the importance property value.