Uses of Class
com.mypurecloud.sdk.v2.model.InfixOperator
Packages that use InfixOperator
-
Uses of InfixOperator in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InfixOperatorModifier and TypeMethodDescriptionOperand.getInfixOperator()InfixOperator.operatorPosition(OperatorPosition operatorPosition) Dictates when the following operand should occur relative to current operandInfixOperator.operatorType(InfixOperator.OperatorTypeEnum operatorType) The logical operation that is applied on the operand against the following operandMethods in com.mypurecloud.sdk.v2.model with parameters of type InfixOperatorModifier and TypeMethodDescriptionOperand.infixOperator(InfixOperator infixOperator) Defines a logical operation that is applied on the current operand, against the following operandvoidOperand.setInfixOperator(InfixOperator infixOperator)