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, setLocale
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocalizationLocale
public 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()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.