Uses of Enum Class
com.mypurecloud.sdk.v2.model.InfixOperator.OperatorTypeEnum
Packages that use InfixOperator.OperatorTypeEnum
-
Uses of InfixOperator.OperatorTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InfixOperator.OperatorTypeEnumModifier and TypeMethodDescriptionInfixOperator.OperatorTypeEnum.fromString(String key) InfixOperator.getOperatorType()Returns the enum constant of this class with the specified name.static InfixOperator.OperatorTypeEnum[]InfixOperator.OperatorTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type InfixOperator.OperatorTypeEnumModifier and TypeMethodDescriptionInfixOperator.operatorType(InfixOperator.OperatorTypeEnum operatorType) The logical operation that is applied on the operand against the following operandvoidInfixOperator.setOperatorType(InfixOperator.OperatorTypeEnum operatorType)