Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemOnAttributeChangeCondition
Packages that use WorkitemOnAttributeChangeCondition
-
Uses of WorkitemOnAttributeChangeCondition in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemOnAttributeChangeConditionModifier and TypeMethodDescriptionWorkitemOnAttributeChangeCondition.attribute(WorkitemOnAttributeChangeCondition.AttributeEnum attribute) The name of the workitem attribute whose change will be evaluated as part of the rule.WorkitemOnAttributeChangeRule.getCondition()WorkitemOnAttributeChangeRuleCreate.getCondition()The new value of the attribute.The old value of the attribute.Methods in com.mypurecloud.sdk.v2.model with parameters of type WorkitemOnAttributeChangeConditionModifier and TypeMethodDescriptionWorkitemOnAttributeChangeRule.condition(WorkitemOnAttributeChangeCondition condition) The rules condition.WorkitemOnAttributeChangeRuleCreate.condition(WorkitemOnAttributeChangeCondition condition) The rules condition.voidWorkitemOnAttributeChangeRule.setCondition(WorkitemOnAttributeChangeCondition condition) voidWorkitemOnAttributeChangeRuleCreate.setCondition(WorkitemOnAttributeChangeCondition condition)