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