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, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic 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()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.