Package com.mypurecloud.sdk.v2.model
Class WorkitemOnAttributeChangeCondition
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemOnAttributeChangeCondition
- All Implemented Interfaces:
Serializable
WorkitemOnAttributeChangeCondition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe name of the workitem attribute whose change will be evaluated as part of the rule. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the workitem attribute whose change will be evaluated as part of the rule.booleaninthashCode()The new value of the attribute.The old value of the attribute.voidvoidsetNewValue(String newValue) voidsetOldValue(String oldValue) toString()
-
Constructor Details
-
WorkitemOnAttributeChangeCondition
public WorkitemOnAttributeChangeCondition() -
WorkitemOnAttributeChangeCondition
-
-
Method Details
-
attribute
public WorkitemOnAttributeChangeCondition attribute(WorkitemOnAttributeChangeCondition.AttributeEnum attribute) The name of the workitem attribute whose change will be evaluated as part of the rule. -
getAttribute
-
setAttribute
-
newValue
The new value of the attribute. If the attribute is updated to this value this part of the condition will be met. -
getNewValue
-
setNewValue
-
oldValue
The old value of the attribute. If the attribute was updated from this value this part of the condition will be met. -
getOldValue
-
setOldValue
-
equals
-
hashCode
public int hashCode() -
toString
-