Uses of Enum
com.microsoft.graph.models.ChatMessageType
Packages that use ChatMessageType
-
Uses of ChatMessageType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChatMessageTypeModifier and TypeMethodDescriptionstatic ChatMessageTypeChatMessage.getMessageType()Gets the messageType property value.ChatMessageInfo.getMessageType()Gets the messageType property value.static ChatMessageTypeReturns the enum constant of this type with the specified name.static ChatMessageType[]ChatMessageType.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 ChatMessageTypeModifier and TypeMethodDescriptionvoidChatMessage.setMessageType(ChatMessageType value) Sets the messageType property value.voidChatMessageInfo.setMessageType(ChatMessageType value) Sets the messageType property value.