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