ProductSearchQueryConfiguration class
Query Configuration for search parameters
- Inheritance
-
- Object
- AbstractQueryConfiguration
- ProductSearchQueryConfiguration
Constructors
-
ProductSearchQueryConfiguration({OpenFoodFactsLanguage? language, List<
OpenFoodFactsLanguage> languages = const [], OpenFoodFactsCountry? country, List<ProductField> ? fields, required List<Parameter> parametersList, required ProductQueryVersion version}) - See AbstractQueryConfiguration.languages for parameter's description.
Properties
-
additionalParameters
↔ List<
Parameter> -
getter/setter pairinherited
- country → OpenFoodFactsCountry?
-
The country for this query, if any.
finalinherited
-
fields
↔ List<
ProductField> ? -
Defines which ProductFields are retrieved.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- language ↔ OpenFoodFactsLanguage?
-
Use to set the desired product language. Cannot be used together with
the languages field.
See also the comment to the languages field.
getter/setter pairinherited
-
languages
↔ List<
OpenFoodFactsLanguage> ? -
The languages field should be used when a product is requested
with fields in multiple languages. I.e.:
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → ProductQueryVersion
-
final
Methods
-
computeCountryCode(
) → String? -
inherited
-
getFieldsKeys(
) → List< String> -
getParametersMap(
) → Map< String, String> -
Returns the corresponding API URI parameter map
override
-
getResponse(
User? user, QueryType? queryType) → Future< Response> -
Performs the query, do not use directly please use
dedicates methods in OpenFoodAPIClient
inherited
-
getUriPath(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited