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