Package com.github.dannil.scbjavaclient.client.businessactivities.ordersandturnover.ordersandturnover
Class BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.businessactivities.ordersandturnover.ordersandturnover.BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient
-
public class BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient extends AbstractClient
Client which handles business activities orders and turnover orders and turnover data fetching.
- Since:
- 0.7.0
-
-
Constructor Summary
Constructors Constructor Description BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient()Default constructor.BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResponseModel>getOrdersInIndustrySNI2007Monthly()Fetch all orders in industry SNI 2007 monthly data.List<ResponseModel>getOrdersInIndustrySNI2007Monthly(Collection<String> markets, Collection<String> industrialClassifications, Collection<String> months)Fetch all orders in industry SNI 2007 monthly data which match the input constraints.List<ResponseModel>getTurnoverInIndustrySNI2007Monthly()Fetch all turnover in industry SNI 2007 monthly data.List<ResponseModel>getTurnoverInIndustrySNI2007Monthly(Collection<String> markets, Collection<String> industrialClassifications, Collection<String> months)Fetch all turnover in industry SNI 2007 monthly 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
-
BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient
public BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient()
Default constructor.
-
BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient
public BusinessActivitiesOrdersAndTurnoverOrdersAndTurnoverClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
getTurnoverInIndustrySNI2007Monthly
public List<ResponseModel> getTurnoverInIndustrySNI2007Monthly()
Fetch all turnover in industry SNI 2007 monthly data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getTurnoverInIndustrySNI2007Monthly(Collection, Collection, Collection)
-
getTurnoverInIndustrySNI2007Monthly
public List<ResponseModel> getTurnoverInIndustrySNI2007Monthly(Collection<String> markets, Collection<String> industrialClassifications, Collection<String> months)
Fetch all turnover in industry SNI 2007 monthly data which match the input constraints.
- Parameters:
markets- the marketsindustrialClassifications- the industrial classificationsmonths- the months- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getOrdersInIndustrySNI2007Monthly
public List<ResponseModel> getOrdersInIndustrySNI2007Monthly()
Fetch all orders in industry SNI 2007 monthly data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getOrdersInIndustrySNI2007Monthly(Collection, Collection, Collection)
-
getOrdersInIndustrySNI2007Monthly
public List<ResponseModel> getOrdersInIndustrySNI2007Monthly(Collection<String> markets, Collection<String> industrialClassifications, Collection<String> months)
Fetch all orders in industry SNI 2007 monthly data which match the input constraints.
- Parameters:
markets- the marketsindustrialClassifications- the industrial classificationsmonths- the months- 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
-
-