Uses of Class
software.amazon.awssdk.services.qconnect.model.QuickResponseFilterOperator
-
Packages that use QuickResponseFilterOperator Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of QuickResponseFilterOperator in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return QuickResponseFilterOperator Modifier and Type Method Description static QuickResponseFilterOperatorQuickResponseFilterOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuickResponseFilterOperatorQuickResponseFilterField. operator()The operator to use for filtering.static QuickResponseFilterOperatorQuickResponseFilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static QuickResponseFilterOperator[]QuickResponseFilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type QuickResponseFilterOperator Modifier and Type Method Description static Set<QuickResponseFilterOperator>QuickResponseFilterOperator. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type QuickResponseFilterOperator Modifier and Type Method Description QuickResponseFilterField.BuilderQuickResponseFilterField.Builder. operator(QuickResponseFilterOperator operator)The operator to use for filtering.
-