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