Uses of Enum Class
com.mypurecloud.sdk.v2.model.EventAction.StateEnum
Packages that use EventAction.StateEnum
-
Uses of EventAction.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EventAction.StateEnumModifier and TypeMethodDescriptionstatic EventAction.StateEnumEventAction.StateEnum.fromString(String key) EventAction.getState()static EventAction.StateEnumReturns the enum constant of this class with the specified name.static EventAction.StateEnum[]EventAction.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 EventAction.StateEnumModifier and TypeMethodDescriptionvoidEventAction.setState(EventAction.StateEnum state) EventAction.state(EventAction.StateEnum state) Current state of the action (e.g. qualified, succeeded, errored).