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