public class GoodsAndServicesTurnoverServiceSectorTurnoverClient extends AbstractClient
Client which handles goods and services turnover service sector turnover data fetching.
| Constructor and Description |
|---|
GoodsAndServicesTurnoverServiceSectorTurnoverClient()
Default constructor.
|
GoodsAndServicesTurnoverServiceSectorTurnoverClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getMonthlyIndicatorForHouseholdConsumption()
Fetch all monthly indicator for household consumption data.
|
List<ResponseModel> |
getMonthlyIndicatorForHouseholdConsumption(Collection<String> purposes,
Collection<String> months)
Fetch all monthly indicator for household consumption data which match the input
constraints.
|
List<ResponseModel> |
getRetailSaleIndexSIC2007Monthly()
Fetch all retail sale index by industry (SIC 2007) monthly data.
|
List<ResponseModel> |
getRetailSaleIndexSIC2007Monthly(Collection<String> industrialClassifications,
Collection<String> months)
Fetch all retail sale index by industry (SIC 2007) monthly data which match the
input constraints.
|
List<ResponseModel> |
getRetailSaleIndexSIC2007Yearly()
Fetch all retail sale index by industry (SIC 2007) yearly data.
|
List<ResponseModel> |
getRetailSaleIndexSIC2007Yearly(Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all retail sale index by industry (SIC 2007) yearly data which match the
input constraints.
|
List<ResponseModel> |
getRetailTradeSales()
Fetch all retail trade sales comparison to previous period data.
|
List<ResponseModel> |
getRetailTradeSales(Collection<String> indicators,
Collection<String> months)
Fetch all retail trade sales comparison to previous period data which match the
input constraints.
|
List<ResponseModel> |
getTurnoverIndexForTheServiceSectorSIC2007Monthly()
Fetch all turnover index for the service sector by industry (SIC 2007) monthly
data.
|
List<ResponseModel> |
getTurnoverIndexForTheServiceSectorSIC2007Monthly(Collection<String> industrialClassifications,
Collection<String> months)
Fetch all turnover index for the service sector by industry (SIC 2007) monthly
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 GoodsAndServicesTurnoverServiceSectorTurnoverClient()
Default constructor.
public GoodsAndServicesTurnoverServiceSectorTurnoverClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getRetailSaleIndexSIC2007Monthly()
Fetch all retail sale index by industry (SIC 2007) monthly data.
ResponseModel
objectsgetRetailSaleIndexSIC2007Monthly(Collection, Collection)public List<ResponseModel> getRetailSaleIndexSIC2007Monthly(Collection<String> industrialClassifications, Collection<String> months)
Fetch all retail sale index by industry (SIC 2007) monthly data which match the input constraints.
industrialClassifications - the industrial classificationsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getRetailSaleIndexSIC2007Yearly()
Fetch all retail sale index by industry (SIC 2007) yearly data.
ResponseModel
objectsgetRetailSaleIndexSIC2007Yearly(Collection, Collection)public List<ResponseModel> getRetailSaleIndexSIC2007Yearly(Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all retail sale index by industry (SIC 2007) yearly data which match the input constraints.
industrialClassifications - the industrial classificationsyears - the yearsResponseModel
objectspublic List<ResponseModel> getMonthlyIndicatorForHouseholdConsumption()
Fetch all monthly indicator for household consumption data.
ResponseModel
objectsgetMonthlyIndicatorForHouseholdConsumption(Collection, Collection)public List<ResponseModel> getMonthlyIndicatorForHouseholdConsumption(Collection<String> purposes, Collection<String> months)
Fetch all monthly indicator for household consumption data which match the input constraints.
purposes - the purposesmonths - the monthsResponseModel
objectspublic List<ResponseModel> getTurnoverIndexForTheServiceSectorSIC2007Monthly()
Fetch all turnover index for the service sector by industry (SIC 2007) monthly data.
ResponseModel
objectsgetTurnoverIndexForTheServiceSectorSIC2007Monthly(Collection, Collection)public List<ResponseModel> getTurnoverIndexForTheServiceSectorSIC2007Monthly(Collection<String> industrialClassifications, Collection<String> months)
Fetch all turnover index for the service sector by industry (SIC 2007) monthly data which match the input constraints.
industrialClassifications - the industrial classificationsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getRetailTradeSales()
Fetch all retail trade sales comparison to previous period data.
ResponseModel
objectsgetRetailTradeSales(Collection, Collection)public List<ResponseModel> getRetailTradeSales(Collection<String> indicators, Collection<String> months)
Fetch all retail trade sales comparison to previous period data which match the input constraints.
indicators - the indicatorsmonths - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.