public class GoodsAndServicesClient extends AbstractContainerClient
Client which handles goods and services data fetching.
| Constructor and Description |
|---|
GoodsAndServicesClient()
Default constructor.
|
GoodsAndServicesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GoodsAndServicesFoodSalesClient |
foodSales()
Retrieve the client for interacting with goods and services food sales data.
|
GoodsAndServicesForeignTradeGoodsClient |
foreignTradeGoods()
Retrieve the client for interacting with goods and services foreign trade goods
data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic GoodsAndServicesClient()
Default constructor. Initializes values and creates sub-clients.
public GoodsAndServicesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic GoodsAndServicesFoodSalesClient foodSales()
Retrieve the client for interacting with goods and services food sales data.
public GoodsAndServicesForeignTradeGoodsClient foreignTradeGoods()
Retrieve the client for interacting with goods and services foreign trade goods data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.