Uses of Enum Class
com.mypurecloud.sdk.v2.model.WorkitemStatus.CategoryEnum
Packages that use WorkitemStatus.CategoryEnum
-
Uses of WorkitemStatus.CategoryEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemStatus.CategoryEnumModifier and TypeMethodDescriptionstatic WorkitemStatus.CategoryEnumWorkitemStatus.CategoryEnum.fromString(String key) WorkitemStatus.getCategory()static WorkitemStatus.CategoryEnumReturns the enum constant of this class with the specified name.static WorkitemStatus.CategoryEnum[]WorkitemStatus.CategoryEnum.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 WorkitemStatus.CategoryEnumModifier and TypeMethodDescriptionWorkitemStatus.category(WorkitemStatus.CategoryEnum category) The Category of the Status.voidWorkitemStatus.setCategory(WorkitemStatus.CategoryEnum category)