Uses of Enum Class
com.mypurecloud.sdk.v2.model.ChecklistItem.StateFromAgentEnum
Packages that use ChecklistItem.StateFromAgentEnum
-
Uses of ChecklistItem.StateFromAgentEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChecklistItem.StateFromAgentEnumModifier and TypeMethodDescriptionChecklistItem.StateFromAgentEnum.fromString(String key) ChecklistItem.getStateFromAgent()Returns the enum constant of this class with the specified name.static ChecklistItem.StateFromAgentEnum[]ChecklistItem.StateFromAgentEnum.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 ChecklistItem.StateFromAgentEnumModifier and TypeMethodDescriptionvoidChecklistItem.setStateFromAgent(ChecklistItem.StateFromAgentEnum stateFromAgent) ChecklistItem.stateFromAgent(ChecklistItem.StateFromAgentEnum stateFromAgent) Checklist state as evaluated by the agent.