Uses of Enum Class
com.mypurecloud.sdk.v2.model.ChatMediaParticipant.StateEnum
Packages that use ChatMediaParticipant.StateEnum
-
Uses of ChatMediaParticipant.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChatMediaParticipant.StateEnumModifier and TypeMethodDescriptionChatMediaParticipant.StateEnum.fromString(String key) ChatMediaParticipant.getState()Returns the enum constant of this class with the specified name.static ChatMediaParticipant.StateEnum[]ChatMediaParticipant.StateEnum.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 ChatMediaParticipant.StateEnumModifier and TypeMethodDescriptionvoidChatMediaParticipant.setState(ChatMediaParticipant.StateEnum state) ChatMediaParticipant.state(ChatMediaParticipant.StateEnum state) The participant's state.