Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationEventPresence.TypeEnum
Packages that use ConversationEventPresence.TypeEnum
-
Uses of ConversationEventPresence.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationEventPresence.TypeEnumModifier and TypeMethodDescriptionConversationEventPresence.TypeEnum.fromString(String key) ConversationEventPresence.getType()Returns the enum constant of this class with the specified name.static ConversationEventPresence.TypeEnum[]ConversationEventPresence.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 ConversationEventPresence.TypeEnumModifier and TypeMethodDescriptionvoidConversationEventPresence.setType(ConversationEventPresence.TypeEnum type) ConversationEventPresence.type(ConversationEventPresence.TypeEnum type) Describes the type of Presence event.