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.
|
GoodsAndServicesForeignTradeClient |
foreignTrade()
Retrieve the client for interacting with goods and services foreign trade
data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, 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 GoodsAndServicesForeignTradeClient foreignTrade()
Retrieve the client for interacting with goods and services foreign trade data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.