Uses of Enum Class
com.mypurecloud.sdk.v2.model.ActivityCode.CategoryEnum
Packages that use ActivityCode.CategoryEnum
-
Uses of ActivityCode.CategoryEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActivityCode.CategoryEnumModifier and TypeMethodDescriptionstatic ActivityCode.CategoryEnumActivityCode.CategoryEnum.fromString(String key) ActivityCode.getCategory()static ActivityCode.CategoryEnumReturns the enum constant of this class with the specified name.static ActivityCode.CategoryEnum[]ActivityCode.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 ActivityCode.CategoryEnumModifier and TypeMethodDescriptionActivityCode.category(ActivityCode.CategoryEnum category) The activity code's category.voidActivityCode.setCategory(ActivityCode.CategoryEnum category)