public class PopulationClient extends AbstractContainerClient
Client which handles population data fetching.
clientslocale, localization| Constructor and Description |
|---|
PopulationClient()
Default constructor.
|
PopulationClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PopulationAmountClient |
amount()
Retrieve the client for interacting with population amount data.
|
PopulationAverageAgeClient |
averageAge()
Retrieve the client for interacting with population average age data.
|
PopulationDemographyClient |
demography()
Retrieve the client for interacting with population demography data.
|
PopulationDensityClient |
density()
Retrieve the client for interacting with population density data.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
PopulationLiveBirthsClient |
liveBirths()
Retrieve the client for interacting with population live births data.
|
PopulationNameStatisticsClient |
nameStatistics()
Retrieve the client for interacting with population name statistic data.
|
PopulationPartnershipClient |
partnership()
Retrieve the client for interacting with population partnership data.
|
setLocaleget, getBaseUrl, getLocale, getRegions, getYears, post, setLocalizationLocalepublic PopulationClient()
Default constructor. Initializes values and creates sub-clients.
public PopulationClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic PopulationAmountClient amount()
Retrieve the client for interacting with population amount data.
public PopulationAverageAgeClient averageAge()
Retrieve the client for interacting with population average age data.
public PopulationDemographyClient demography()
Retrieve the client for interacting with population demography data.
public PopulationDensityClient density()
Retrieve the client for interacting with population density data.
public PopulationLiveBirthsClient liveBirths()
Retrieve the client for interacting with population live births data.
public PopulationNameStatisticsClient nameStatistics()
Retrieve the client for interacting with population name statistic data.
public PopulationPartnershipClient partnership()
Retrieve the client for interacting with population partnership data.
public String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.