Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationMessagingChannel.TypeEnum
Packages that use ConversationMessagingChannel.TypeEnum
-
Uses of ConversationMessagingChannel.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationMessagingChannel.TypeEnumModifier and TypeMethodDescriptionConversationMessagingChannel.TypeEnum.fromString(String key) ConversationMessagingChannel.getType()Returns the enum constant of this class with the specified name.ConversationMessagingChannel.TypeEnum.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 ConversationMessagingChannel.TypeEnumModifier and TypeMethodDescriptionvoidConversationMessagingChannel.setType(ConversationMessagingChannel.TypeEnum type) ConversationMessagingChannel.type(ConversationMessagingChannel.TypeEnum type) Specifies if this message is part of a private or public conversation.