Uses of Class
software.amazon.awssdk.services.connectcases.model.OperandOne
-
Packages that use OperandOne Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of OperandOne in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return OperandOne Modifier and Type Method Description static OperandOneOperandOne. fromFieldId(String fieldId)Create an instance of this class withfieldId()initialized to the given value.OperandOneBooleanOperands. operandOne()Represents the left hand operand in the condition.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type OperandOne Modifier and Type Method Description BooleanOperands.BuilderBooleanOperands.Builder. operandOne(OperandOne operandOne)Represents the left hand operand in the condition.
-