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