Class GoodsAndServicesTurnoverServiceSectorClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.AbstractContainerClient
-
- com.github.dannil.scbjavaclient.client.goodsandservices.turnoverservicesector.GoodsAndServicesTurnoverServiceSectorClient
-
public class GoodsAndServicesTurnoverServiceSectorClient extends AbstractContainerClient
Client which handles goods and services turnover service sector data fetching.
- Since:
- 0.7.0
-
-
Constructor Summary
Constructors Constructor Description GoodsAndServicesTurnoverServiceSectorClient()Default constructor.GoodsAndServicesTurnoverServiceSectorClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLEndpointgetUrl()Returns the URL endpoint which this client represents.GoodsAndServicesTurnoverServiceSectorOldTablesSNI2002ClientoldTablesSNI2002()Retrieve the client for interacting with goods and services turnover service sector old tables SNI 2002 data.GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007ClientoldTablesSNI2007()Retrieve the client for interacting with goods and services turnover service sector old tables SNI 2007 data.GoodsAndServicesTurnoverServiceSectorTurnoverClientturnover()Retrieve the client for interacting with goods and services turnover service sector turnover data.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractContainerClient
addClient, getClient, setLocale
-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
-
-
-
-
Constructor Detail
-
GoodsAndServicesTurnoverServiceSectorClient
public GoodsAndServicesTurnoverServiceSectorClient()
Default constructor. Initializes values and creates sub-clients.
-
GoodsAndServicesTurnoverServiceSectorClient
public GoodsAndServicesTurnoverServiceSectorClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
oldTablesSNI2002
public GoodsAndServicesTurnoverServiceSectorOldTablesSNI2002Client oldTablesSNI2002()
Retrieve the client for interacting with goods and services turnover service sector old tables SNI 2002 data.
- Returns:
- a client for goods and services turnover service sector old tables SNI 2002 data
-
oldTablesSNI2007
public GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client oldTablesSNI2007()
Retrieve the client for interacting with goods and services turnover service sector old tables SNI 2007 data.
- Returns:
- a client for goods and services turnover service sector old tables SNI 2007 data
-
turnover
public GoodsAndServicesTurnoverServiceSectorTurnoverClient turnover()
Retrieve the client for interacting with goods and services turnover service sector turnover data.
- Returns:
- a client for goods and services turnover service sector turnover data
-
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
-
-