Uses of Class
software.amazon.awssdk.services.connectcases.model.BooleanOperands
-
Packages that use BooleanOperands Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of BooleanOperands in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return BooleanOperands Modifier and Type Method Description BooleanOperandsBooleanCondition. equalTo()Tests that operandOne is equal to operandTwo.BooleanOperandsBooleanCondition. notEqualTo()Tests that operandOne is not equal to operandTwo.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type BooleanOperands Modifier and Type Method Description BooleanCondition.BuilderBooleanCondition.Builder. equalTo(BooleanOperands equalTo)Tests that operandOne is equal to operandTwo.static BooleanConditionBooleanCondition. fromEqualTo(BooleanOperands equalTo)Create an instance of this class withBooleanCondition.equalTo()initialized to the given value.static BooleanConditionBooleanCondition. fromNotEqualTo(BooleanOperands notEqualTo)Create an instance of this class withBooleanCondition.notEqualTo()initialized to the given value.BooleanCondition.BuilderBooleanCondition.Builder. notEqualTo(BooleanOperands notEqualTo)Tests that operandOne is not equal to operandTwo.
-