Uses of Enum Class
com.mypurecloud.sdk.v2.model.Video.StateEnum
Packages that use Video.StateEnum
-
Uses of Video.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Video.StateEnumModifier and TypeMethodDescriptionstatic Video.StateEnumVideo.StateEnum.fromString(String key) Video.getState()static Video.StateEnumReturns the enum constant of this class with the specified name.static Video.StateEnum[]Video.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 Video.StateEnumModifier and TypeMethodDescriptionvoidVideo.setState(Video.StateEnum state) Video.state(Video.StateEnum state) The connection state of this communication.