Uses of Interface
software.amazon.awssdk.services.connectcases.model.BooleanOperands.Builder
-
Packages that use BooleanOperands.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of BooleanOperands.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return BooleanOperands.Builder Modifier and Type Method Description static BooleanOperands.BuilderBooleanOperands. builder()default BooleanOperands.BuilderBooleanOperands.Builder. operandOne(Consumer<OperandOne.Builder> operandOne)Represents the left hand operand in the condition.BooleanOperands.BuilderBooleanOperands.Builder. operandOne(OperandOne operandOne)Represents the left hand operand in the condition.default BooleanOperands.BuilderBooleanOperands.Builder. operandTwo(Consumer<OperandTwo.Builder> operandTwo)Represents the right hand operand in the condition.BooleanOperands.BuilderBooleanOperands.Builder. operandTwo(OperandTwo operandTwo)Represents the right hand operand in the condition.BooleanOperands.BuilderBooleanOperands.Builder. result(Boolean result)The value of the outer rule if the condition evaluates to true.BooleanOperands.BuilderBooleanOperands. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type BooleanOperands.Builder Modifier and Type Method Description static Class<? extends BooleanOperands.Builder>BooleanOperands. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type BooleanOperands.Builder Modifier and Type Method Description default BooleanCondition.BuilderBooleanCondition.Builder. equalTo(Consumer<BooleanOperands.Builder> equalTo)Tests that operandOne is equal to operandTwo.static BooleanConditionBooleanCondition. fromEqualTo(Consumer<BooleanOperands.Builder> equalTo)Create an instance of this class withBooleanCondition.equalTo()initialized to the given value.static BooleanConditionBooleanCondition. fromNotEqualTo(Consumer<BooleanOperands.Builder> notEqualTo)Create an instance of this class withBooleanCondition.notEqualTo()initialized to the given value.default BooleanCondition.BuilderBooleanCondition.Builder. notEqualTo(Consumer<BooleanOperands.Builder> notEqualTo)Tests that operandOne is not equal to operandTwo.
-