public class GoodsAndServicesFoodSalesClient extends AbstractClient
Client which handles goods and services food sales data fetching.
Constructor and Description |
---|
GoodsAndServicesFoodSalesClient()
Default constructor.
|
GoodsAndServicesFoodSalesClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getTurnoverOfEcologicalFoodAndNonAlcoholicDrinks()
Fetch all turnover of ecological food and non alcoholic drinks data.
|
List<ResponseModel> |
getTurnoverOfEcologicalFoodAndNonAlcoholicDrinks(Collection<String> productGroups,
Collection<Integer> years)
Fetch all turnover of ecological food and non alcoholic drinks data which match
the input constraints.
|
List<ResponseModel> |
getTurnoverOfFoodAndDrinks()
Fetch all turnover of food and drinks data.
|
List<ResponseModel> |
getTurnoverOfFoodAndDrinks(Collection<String> productGroups,
Collection<Integer> years)
Fetch all turnover of food and drinks data which match the input
constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocale
public GoodsAndServicesFoodSalesClient()
Default constructor.
public GoodsAndServicesFoodSalesClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getTurnoverOfFoodAndDrinks()
Fetch all turnover of food and drinks data.
ResponseModel
objectsgetTurnoverOfFoodAndDrinks(Collection, Collection)
public List<ResponseModel> getTurnoverOfFoodAndDrinks(Collection<String> productGroups, Collection<Integer> years)
Fetch all turnover of food and drinks data which match the input constraints.
productGroups
- the product groups to fetch data foryears
- the years to fetch data forResponseModel
objectspublic List<ResponseModel> getTurnoverOfEcologicalFoodAndNonAlcoholicDrinks()
Fetch all turnover of ecological food and non alcoholic drinks data.
ResponseModel
objectsgetTurnoverOfEcologicalFoodAndNonAlcoholicDrinks(Collection, Collection)
public List<ResponseModel> getTurnoverOfEcologicalFoodAndNonAlcoholicDrinks(Collection<String> productGroups, Collection<Integer> years)
Fetch all turnover of ecological food and non alcoholic drinks data which match the input constraints.
productGroups
- the product groups to fetch data foryears
- the years to fetch data forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.