Uses of Enum Class
com.mypurecloud.sdk.v2.model.WorkitemVersion.StatusCategoryEnum
Packages that use WorkitemVersion.StatusCategoryEnum
-
Uses of WorkitemVersion.StatusCategoryEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemVersion.StatusCategoryEnumModifier and TypeMethodDescriptionWorkitemVersion.StatusCategoryEnum.fromString(String key) WorkitemVersion.getStatusCategory()Returns the enum constant of this class with the specified name.static WorkitemVersion.StatusCategoryEnum[]WorkitemVersion.StatusCategoryEnum.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 WorkitemVersion.StatusCategoryEnumModifier and TypeMethodDescriptionvoidWorkitemVersion.setStatusCategory(WorkitemVersion.StatusCategoryEnum statusCategory) WorkitemVersion.statusCategory(WorkitemVersion.StatusCategoryEnum statusCategory) The Category of the current Status of the Workitem.