Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationContext.ParticipantEnum
Packages that use ConversationContext.ParticipantEnum
-
Uses of ConversationContext.ParticipantEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContext.ParticipantEnumModifier and TypeMethodDescriptionConversationContext.ParticipantEnum.fromString(String key) ConversationContext.getParticipant()Returns the enum constant of this class with the specified name.static ConversationContext.ParticipantEnum[]ConversationContext.ParticipantEnum.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 ConversationContext.ParticipantEnumModifier and TypeMethodDescriptionConversationContext.participant(ConversationContext.ParticipantEnum participant) Participant type of the entity.voidConversationContext.setParticipant(ConversationContext.ParticipantEnum participant)