Uses of Enum Class
com.mypurecloud.sdk.v2.model.GetAlertQuery.RuleTypeEnum
Packages that use GetAlertQuery.RuleTypeEnum
-
Uses of GetAlertQuery.RuleTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GetAlertQuery.RuleTypeEnumModifier and TypeMethodDescriptionstatic GetAlertQuery.RuleTypeEnumGetAlertQuery.RuleTypeEnum.fromString(String key) GetAlertQuery.getRuleType()static GetAlertQuery.RuleTypeEnumReturns the enum constant of this class with the specified name.static GetAlertQuery.RuleTypeEnum[]GetAlertQuery.RuleTypeEnum.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 GetAlertQuery.RuleTypeEnumModifier and TypeMethodDescriptionGetAlertQuery.ruleType(GetAlertQuery.RuleTypeEnum ruleType) The rule type of the alerts the query will returnvoidGetAlertQuery.setRuleType(GetAlertQuery.RuleTypeEnum ruleType)