Uses of Class
com.azure.communication.chat.models.ChatMessageType
Packages that use ChatMessageType
Package
Description
Package containing classes for AzureCommunicationChatService.
-
Uses of ChatMessageType in com.azure.communication.chat.models
Fields in com.azure.communication.chat.models declared as ChatMessageTypeModifier and TypeFieldDescriptionstatic final ChatMessageTypeChatMessageType.HTMLStatic value html for ChatMessageType.static final ChatMessageTypeChatMessageType.PARTICIPANT_ADDEDStatic value participantAdded for ChatMessageType.static final ChatMessageTypeChatMessageType.PARTICIPANT_REMOVEDStatic value participantRemoved for ChatMessageType.static final ChatMessageTypeChatMessageType.TEXTStatic value text for ChatMessageType.static final ChatMessageTypeChatMessageType.TOPIC_UPDATEDStatic value topicUpdated for ChatMessageType.Methods in com.azure.communication.chat.models that return ChatMessageTypeModifier and TypeMethodDescriptionstatic ChatMessageTypeChatMessageType.fromString(String name) Creates or finds a ChatMessageType from its string representation.ChatMessage.getType()Get the type property: Type of the chat message.SendChatMessageOptions.getType()Get the type property: The chat message type.Methods in com.azure.communication.chat.models that return types with arguments of type ChatMessageTypeMethods in com.azure.communication.chat.models with parameters of type ChatMessageTypeModifier and TypeMethodDescriptionChatMessage.setType(ChatMessageType type) Set the type property: Type of the chat message.SendChatMessageOptions.setType(ChatMessageType type) Set the type property: The chat message type.