Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationChannel.TypeEnum
Packages that use ConversationChannel.TypeEnum
-
Uses of ConversationChannel.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationChannel.TypeEnumModifier and TypeMethodDescriptionstatic ConversationChannel.TypeEnumConversationChannel.TypeEnum.fromString(String key) ConversationChannel.getType()static ConversationChannel.TypeEnumReturns the enum constant of this class with the specified name.static ConversationChannel.TypeEnum[]ConversationChannel.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 ConversationChannel.TypeEnumModifier and TypeMethodDescriptionvoidConversationChannel.setType(ConversationChannel.TypeEnum type) ConversationChannel.type(ConversationChannel.TypeEnum type) The type or category of this channel.