Uses of Enum Class
com.mypurecloud.sdk.v2.model.ChecklistInferenceJobResponse.StatusEnum
Packages that use ChecklistInferenceJobResponse.StatusEnum
-
Uses of ChecklistInferenceJobResponse.StatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChecklistInferenceJobResponse.StatusEnumModifier and TypeMethodDescriptionChecklistInferenceJobResponse.StatusEnum.fromString(String key) ChecklistInferenceJobResponse.getStatus()Returns the enum constant of this class with the specified name.ChecklistInferenceJobResponse.StatusEnum.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 ChecklistInferenceJobResponse.StatusEnumModifier and TypeMethodDescriptionvoidChecklistInferenceJobResponse.setStatus(ChecklistInferenceJobResponse.StatusEnum status) ChecklistInferenceJobResponse.status(ChecklistInferenceJobResponse.StatusEnum status) Status of the checklist inference job.