public class GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client extends AbstractClient
Client which handles goods and services turnover service sector old tables SNI 2007 data fetching.
| Constructor and Description |
|---|
GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client()
Default constructor.
|
GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getTurnoverIndexForTheServiceSectorSIC2007Quarterly()
Fetch all turnover index for the service sector by industry (SIC 2007) quarterly
data.
|
List<ResponseModel> |
getTurnoverIndexForTheServiceSectorSIC2007Quarterly(Collection<String> industrialClassifications,
Collection<String> quarters)
Fetch all turnover index for the service sector by industry (SIC 2007) quarterly
data which match the input constraints.
|
List<ResponseModel> |
getTurnoverIndexForTheServiceSectorSIC2007Yearly()
Fetch all turnover index for the service sector by industry (SIC 2007) yearly
data.
|
List<ResponseModel> |
getTurnoverIndexForTheServiceSectorSIC2007Yearly(Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all turnover index for the service sector by industry (SIC 2007) yearly
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 GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client()
Default constructor.
public GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getTurnoverIndexForTheServiceSectorSIC2007Yearly()
Fetch all turnover index for the service sector by industry (SIC 2007) yearly data.
ResponseModel
objectsgetTurnoverIndexForTheServiceSectorSIC2007Yearly(Collection, Collection)public List<ResponseModel> getTurnoverIndexForTheServiceSectorSIC2007Yearly(Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all turnover index for the service sector by industry (SIC 2007) yearly data which match the input constraints.
industrialClassifications - the industrial classificationsyears - the yearsResponseModel
objectspublic List<ResponseModel> getTurnoverIndexForTheServiceSectorSIC2007Quarterly()
Fetch all turnover index for the service sector by industry (SIC 2007) quarterly data.
ResponseModel
objectsgetTurnoverIndexForTheServiceSectorSIC2007Quarterly(Collection, Collection)public List<ResponseModel> getTurnoverIndexForTheServiceSectorSIC2007Quarterly(Collection<String> industrialClassifications, Collection<String> quarters)
Fetch all turnover index for the service sector by industry (SIC 2007) quarterly data which match the input constraints.
industrialClassifications - the industrial classificationsquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.