Package com.mypurecloud.sdk.v2.model
Class Operand
java.lang.Object
com.mypurecloud.sdk.v2.model.Operand
- All Implemented Interfaces:
Serializable
Operand
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondigitalWordsPosition(OperandPosition digitalWordsPosition) Dictates when the operand must occur in a digital interactionbooleangetTerm()getType()inthashCode()infixOperator(InfixOperator infixOperator) Defines a logical operation that is applied on the current operand, against the following operandApplies a NOT modifier to the operand groupoccurrence(Integer occurrence) The minimum number of occurrences of the defined operand typeContains a new level of operandsvoidsetDigitalWordsPosition(OperandPosition digitalWordsPosition) voidsetInfixOperator(InfixOperator infixOperator) voidsetInverted(Boolean inverted) voidsetOccurrence(Integer occurrence) voidsetOperands(List<Operand> operands) voidvoidsetTopicId(String topicId) voidsetType(Operand.TypeEnum type) voidsetVoiceSecondsPosition(OperandPosition voiceSecondsPosition) Filter interaction by word(s)Filter interaction by topic IDtoString()type(Operand.TypeEnum type) The Operand type of the categoryvoiceSecondsPosition(OperandPosition voiceSecondsPosition) Dictates when the operand must occur in a voice interaction
-
Constructor Details
-
Operand
public Operand() -
Operand
-
-
Method Details
-
type
The Operand type of the category -
getType
-
setType
-
occurrence
The minimum number of occurrences of the defined operand type -
getOccurrence
-
setOccurrence
-
inverted
Applies a NOT modifier to the operand group -
getInverted
-
setInverted
-
term
Filter interaction by word(s) -
getTerm
-
setTerm
-
topicId
Filter interaction by topic ID -
getTopicId
-
setTopicId
-
voiceSecondsPosition
Dictates when the operand must occur in a voice interaction -
getVoiceSecondsPosition
-
setVoiceSecondsPosition
-
digitalWordsPosition
Dictates when the operand must occur in a digital interaction -
getDigitalWordsPosition
-
setDigitalWordsPosition
-
infixOperator
Defines a logical operation that is applied on the current operand, against the following operand -
getInfixOperator
-
setInfixOperator
-
operands
Contains a new level of operands -
getOperands
-
setOperands
-
equals
-
hashCode
public int hashCode() -
toString
-