Package com.mypurecloud.sdk.v2.model
Class AssistanceCondition
java.lang.Object
com.mypurecloud.sdk.v2.model.AssistanceCondition
- All Implemented Interfaces:
Serializable
AssistanceCondition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe operator for the assistance condition. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()operator(AssistanceCondition.OperatorEnum operator) The operator for the assistance condition.voidsetOperator(AssistanceCondition.OperatorEnum operator) voidsetTopicIds(List<String> topicIds) List of topicIds within the assistance condition which would be combined together using logical OR operator.toString()
-
Constructor Details
-
AssistanceCondition
public AssistanceCondition() -
AssistanceCondition
-
-
Method Details
-
operator
The operator for the assistance condition. The operator defines whether the listed topicIds should EXIST or NOTEXIST for the condition to be evaluated as true. -
getOperator
-
setOperator
-
topicIds
List of topicIds within the assistance condition which would be combined together using logical OR operator. Eg ( topicId_1 || topicId_2 ) . -
getTopicIds
-
setTopicIds
-
equals
-
hashCode
public int hashCode() -
toString
-