Package com.mypurecloud.sdk.v2.model
Class InfixOperator
java.lang.Object
com.mypurecloud.sdk.v2.model.InfixOperator
- All Implemented Interfaces:
Serializable
InfixOperator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe logical operation that is applied on the operand against the following operand -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()operatorPosition(OperatorPosition operatorPosition) Dictates when the following operand should occur relative to current operandoperatorType(InfixOperator.OperatorTypeEnum operatorType) The logical operation that is applied on the operand against the following operandvoidsetOperatorPosition(OperatorPosition operatorPosition) voidsetOperatorType(InfixOperator.OperatorTypeEnum operatorType) toString()
-
Constructor Details
-
InfixOperator
public InfixOperator() -
InfixOperator
-
-
Method Details
-
operatorType
The logical operation that is applied on the operand against the following operand -
getOperatorType
-
setOperatorType
-
operatorPosition
Dictates when the following operand should occur relative to current operand -
getOperatorPosition
-
setOperatorPosition
-
equals
-
hashCode
public int hashCode() -
toString
-