Package com.github.dannil.scbjavaclient.client.businessactivities.ordersandturnover.oldtablessni2007
Class BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.businessactivities.ordersandturnover.oldtablessni2007.BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client
-
public class BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client extends AbstractClient
Client which handles business activities orders and turnover old tables SNI 2007 data fetching.
- Since:
- 0.7.0
-
-
Constructor Summary
Constructors Constructor Description BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client()
Default constructor.BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client(Locale locale)
Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResponseModel>
getOrdersAndTurnoverInIndustryForTotalIndustry()
Fetch all orders and turnover in industry for total industry data.List<ResponseModel>
getOrdersAndTurnoverInIndustryForTotalIndustry(Collection<String> economicIndicators, Collection<String> months)
Fetch all orders and turnover in industry for total industry data which match the input constraints.List<ResponseModel>
getOrdersInIndustryFixedPricesSNI2007Annual()
Fetch all orders in industry fixed prices SNI 2007 annual data.List<ResponseModel>
getOrdersInIndustryFixedPricesSNI2007Annual(Collection<String> markets, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all orders in industry fixed prices SNI 2007 annual data which match the input constraints.List<ResponseModel>
getTurnoverInIndustryFixedPricesSNI2007Annual()
Fetch all turnover in industry fixed prices SNI 2007 annual data.List<ResponseModel>
getTurnoverInIndustryFixedPricesSNI2007Annual(Collection<String> markets, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all turnover in industry fixed prices SNI 2007 annual data which match the input constraints.URLEndpoint
getUrl()
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
-
BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client
public BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client()
Default constructor.
-
BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client
public BusinessActivitiesOrdersAndTurnoverOldTablesSNI2007Client(Locale locale)
Overloaded constructor.
- Parameters:
locale
- theLocale
for this client
-
-
Method Detail
-
getTurnoverInIndustryFixedPricesSNI2007Annual
public List<ResponseModel> getTurnoverInIndustryFixedPricesSNI2007Annual()
Fetch all turnover in industry fixed prices SNI 2007 annual data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getTurnoverInIndustryFixedPricesSNI2007Annual(Collection, Collection, Collection)
-
getTurnoverInIndustryFixedPricesSNI2007Annual
public List<ResponseModel> getTurnoverInIndustryFixedPricesSNI2007Annual(Collection<String> markets, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all turnover in industry fixed prices SNI 2007 annual data which match the input constraints.
- Parameters:
markets
- the marketsindustrialClassifications
- the industrial classificationsyears
- the years- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getOrdersInIndustryFixedPricesSNI2007Annual
public List<ResponseModel> getOrdersInIndustryFixedPricesSNI2007Annual()
Fetch all orders in industry fixed prices SNI 2007 annual data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getOrdersInIndustryFixedPricesSNI2007Annual(Collection, Collection, Collection)
-
getOrdersInIndustryFixedPricesSNI2007Annual
public List<ResponseModel> getOrdersInIndustryFixedPricesSNI2007Annual(Collection<String> markets, Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all orders in industry fixed prices SNI 2007 annual data which match the input constraints.
- Parameters:
markets
- the marketsindustrialClassifications
- the industrial classificationsyears
- the years- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getOrdersAndTurnoverInIndustryForTotalIndustry
public List<ResponseModel> getOrdersAndTurnoverInIndustryForTotalIndustry()
Fetch all orders and turnover in industry for total industry data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getOrdersAndTurnoverInIndustryForTotalIndustry(Collection, Collection)
-
getOrdersAndTurnoverInIndustryForTotalIndustry
public List<ResponseModel> getOrdersAndTurnoverInIndustryForTotalIndustry(Collection<String> economicIndicators, Collection<String> months)
Fetch all orders and turnover in industry for total industry data which match the input constraints.
- Parameters:
economicIndicators
- the economic indicatorsmonths
- the months- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClient
Returns the URL endpoint which this client represents.
- Specified by:
getUrl
in classAbstractClient
- Returns:
- the URL endpoint for this client
-
-