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