Uses of Enum Class
com.mypurecloud.sdk.v2.model.ChatMessage.BodyTypeEnum
Packages that use ChatMessage.BodyTypeEnum
-
Uses of ChatMessage.BodyTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChatMessage.BodyTypeEnumModifier and TypeMethodDescriptionstatic ChatMessage.BodyTypeEnumChatMessage.BodyTypeEnum.fromString(String key) ChatMessage.getBodyType()static ChatMessage.BodyTypeEnumReturns the enum constant of this class with the specified name.static ChatMessage.BodyTypeEnum[]ChatMessage.BodyTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type ChatMessage.BodyTypeEnumModifier and TypeMethodDescriptionChatMessage.bodyType(ChatMessage.BodyTypeEnum bodyType) Type of the message body (v2 chats only)voidChatMessage.setBodyType(ChatMessage.BodyTypeEnum bodyType)