public class PopulationClient extends AbstractContainerClient
Client which handles population data fetching.
| Constructor and Description |
|---|
PopulationClient()
Default constructor.
|
PopulationClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
PopulationNameClient |
name()
Retrieve the client for interacting with population statistics name data.
|
PopulationProjectionsClient |
projections()
Retrieve the client for interacting with population projections data.
|
PopulationStatisticsClient |
statistics()
Retrieve the client for interacting with population statistics data.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic PopulationClient()
Default constructor. Initializes values and creates sub-clients.
public PopulationClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic PopulationNameClient name()
Retrieve the client for interacting with population statistics name data.
public PopulationProjectionsClient projections()
Retrieve the client for interacting with population projections data.
public PopulationStatisticsClient statistics()
Retrieve the client for interacting with population statistics data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.