Package com.mypurecloud.sdk.v2.model
Class WorkitemOnAttributeChangeRule
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemOnAttributeChangeRule
- All Implemented Interfaces:
Serializable
WorkitemOnAttributeChangeRule
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the rule. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction(WorkitemRuleAction action) The rules action.condition(WorkitemOnAttributeChangeCondition condition) The rules condition.booleangetId()getName()getType()inthashCode()voidsetAction(WorkitemRuleAction action) voidsetCondition(WorkitemOnAttributeChangeCondition condition) voidvoidvoidsetWorktype(WorktypeReference worktype) toString()The type of the rule.worktype(WorktypeReference worktype) The Worktype containing the rule.
-
Constructor Details
-
WorkitemOnAttributeChangeRule
public WorkitemOnAttributeChangeRule() -
WorkitemOnAttributeChangeRule
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
type
The type of the rule. -
getType
-
setType
-
action
The rules action. If the condition criteria is met this action will be executed. -
getAction
-
setAction
-
worktype
The Worktype containing the rule. -
getWorktype
-
setWorktype
-
condition
The rules condition. If the condition criteria is met the rules action will be executed. -
getCondition
-
setCondition
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-