Package com.mypurecloud.sdk.v2.model
Class DialerRulesetConfigChangeRule
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerRulesetConfigChangeRule
- All Implemented Interfaces:
Serializable
DialerRulesetConfigChangeRule
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe category of the rule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(List<DialerRulesetConfigChangeAction> actions) The list of rule actions to be taken if the conditions are trueadditionalProperties(Map<String, Object> additionalProperties) The category of the ruleconditions(List<DialerRulesetConfigChangeCondition> conditions) The list of rule conditions; all must evaluate to true to trigger the rule actionsbooleangetId()getName()getOrder()inthashCode()The identifier of the ruleThe name of the ruleThe ranked order of the rule; rules are processed from lowest number to highestvoidsetActions(List<DialerRulesetConfigChangeAction> actions) voidsetAdditionalProperties(Map<String, Object> additionalProperties) voidvoidsetConditions(List<DialerRulesetConfigChangeCondition> conditions) voidvoidvoidtoString()
-
Constructor Details
-
DialerRulesetConfigChangeRule
public DialerRulesetConfigChangeRule() -
DialerRulesetConfigChangeRule
-
-
Method Details
-
conditions
public DialerRulesetConfigChangeRule conditions(List<DialerRulesetConfigChangeCondition> conditions) The list of rule conditions; all must evaluate to true to trigger the rule actions -
getConditions
-
setConditions
-
additionalProperties
-
getAdditionalProperties
-
setAdditionalProperties
-
id
The identifier of the rule -
getId
-
setId
-
name
The name of the rule -
getName
-
setName
-
order
The ranked order of the rule; rules are processed from lowest number to highest -
getOrder
-
setOrder
-
category
The category of the rule -
getCategory
-
setCategory
-
actions
The list of rule actions to be taken if the conditions are true -
getActions
-
setActions
-
equals
-
hashCode
public int hashCode() -
toString
-