Package com.mypurecloud.sdk.v2.model
Class WorkitemOnAttributeChangeConditionUpdate
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemOnAttributeChangeConditionUpdate
- All Implemented Interfaces:
Serializable
WorkitemOnAttributeChangeConditionUpdate
- 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
-
WorkitemOnAttributeChangeConditionUpdate
public WorkitemOnAttributeChangeConditionUpdate() -
WorkitemOnAttributeChangeConditionUpdate
-
-
Method Details
-
attribute
public WorkitemOnAttributeChangeConditionUpdate attribute(WorkitemOnAttributeChangeConditionUpdate.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
-