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