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