Uses of Enum Class
com.mypurecloud.sdk.v2.model.WorkitemDateBasedRule.TypeEnum
Packages that use WorkitemDateBasedRule.TypeEnum
-
Uses of WorkitemDateBasedRule.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemDateBasedRule.TypeEnumModifier and TypeMethodDescriptionWorkitemDateBasedRule.TypeEnum.fromString(String key) WorkitemDateBasedRule.getType()Returns the enum constant of this class with the specified name.static WorkitemDateBasedRule.TypeEnum[]WorkitemDateBasedRule.TypeEnum.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 WorkitemDateBasedRule.TypeEnumModifier and TypeMethodDescriptionvoidWorkitemDateBasedRule.setType(WorkitemDateBasedRule.TypeEnum type) WorkitemDateBasedRule.type(WorkitemDateBasedRule.TypeEnum type) The type of the rule.