Uses of Class
software.amazon.awssdk.services.connectcases.model.OperandTwo
-
Packages that use OperandTwo Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of OperandTwo in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return OperandTwo Modifier and Type Method Description static OperandTwoOperandTwo. fromBooleanValue(Boolean booleanValue)Create an instance of this class withbooleanValue()initialized to the given value.static OperandTwoOperandTwo. fromDoubleValue(Double doubleValue)Create an instance of this class withdoubleValue()initialized to the given value.static OperandTwoOperandTwo. fromEmptyValue(Consumer<EmptyOperandValue.Builder> emptyValue)Create an instance of this class withemptyValue()initialized to the given value.static OperandTwoOperandTwo. fromEmptyValue(EmptyOperandValue emptyValue)Create an instance of this class withemptyValue()initialized to the given value.static OperandTwoOperandTwo. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.OperandTwoBooleanOperands. operandTwo()Represents the right hand operand in the condition.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type OperandTwo Modifier and Type Method Description BooleanOperands.BuilderBooleanOperands.Builder. operandTwo(OperandTwo operandTwo)Represents the right hand operand in the condition.
-