Package com.github.dannil.scbjavaclient.client.goodsandservices.turnoverservicesector.oldtablessni2007
Class GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.goodsandservices.turnoverservicesector.oldtablessni2007.GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client
-
public class GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client extends AbstractClient
Client which handles goods and services turnover service sector old tables SNI 2007 data fetching.
- Since:
- 0.7.0
-
-
Constructor Summary
Constructors Constructor Description GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client()Default constructor.GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.URLEndpointgetUrl()Returns the URL endpoint which this client represents.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
-
-
-
-
Constructor Detail
-
GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client
public GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client()
Default constructor.
-
GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client
public GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
getTurnoverIndexForTheServiceSectorSIC2007Yearly
public List<ResponseModel> getTurnoverIndexForTheServiceSectorSIC2007Yearly()
Fetch all turnover index for the service sector by industry (SIC 2007) yearly data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getTurnoverIndexForTheServiceSectorSIC2007Yearly(Collection, Collection)
-
getTurnoverIndexForTheServiceSectorSIC2007Yearly
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.
- Parameters:
industrialClassifications- the industrial classificationsyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getTurnoverIndexForTheServiceSectorSIC2007Quarterly
public List<ResponseModel> getTurnoverIndexForTheServiceSectorSIC2007Quarterly()
Fetch all turnover index for the service sector by industry (SIC 2007) quarterly data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getTurnoverIndexForTheServiceSectorSIC2007Quarterly(Collection, Collection)
-
getTurnoverIndexForTheServiceSectorSIC2007Quarterly
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.
- Parameters:
industrialClassifications- the industrial classificationsquarters- the quarters- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-