public class PopulationStatisticsClient extends AbstractContainerClient
Client which handles population statistics data fetching.
Constructor and Description |
---|
PopulationStatisticsClient()
Default constructor.
|
PopulationStatisticsClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
PopulationStatisticsAdopteesClient |
adoptees()
Retrieve the client for interacting with population statistics adoptees
data.
|
PopulationStatisticsAmountClient |
amount()
Retrieve the client for interacting with population statistics amount data.
|
PopulationStatisticsAsylumSeekersClient |
asylumSeekers()
Retrieve the client for interacting with population statistics asylum seekers
data.
|
PopulationStatisticsAverageAgeClient |
averageAge()
Retrieve the client for interacting with population statistics average age data.
|
PopulationStatisticsDeathsClient |
deaths()
Retrieve the client for interacting with population statistics deaths data.
|
PopulationStatisticsDensityClient |
density()
Retrieve the client for interacting with population statistics density data.
|
PopulationStatisticsForeignCitizensClient |
foreignCitizens()
Retrieve the client for interacting with population statistics foreign citizens
data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
PopulationStatisticsLiveBirthsClient |
liveBirths()
Retrieve the client for interacting with population statistics live births data.
|
PopulationStatisticsMigrationClient |
migration()
Retrieve the client for interacting with population statistics migration data.
|
PopulationStatisticsPartnershipClient |
partnership()
Retrieve the client for interacting with population statistics partnership
data.
|
addClient, getClient, setLocale
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocalizationLocale
public PopulationStatisticsClient()
Default constructor. Initializes values and creates sub-clients.
public PopulationStatisticsClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic PopulationStatisticsAdopteesClient adoptees()
Retrieve the client for interacting with population statistics adoptees data.
public PopulationStatisticsAmountClient amount()
Retrieve the client for interacting with population statistics amount data.
public PopulationStatisticsAsylumSeekersClient asylumSeekers()
Retrieve the client for interacting with population statistics asylum seekers data.
public PopulationStatisticsAverageAgeClient averageAge()
Retrieve the client for interacting with population statistics average age data.
public PopulationStatisticsDeathsClient deaths()
Retrieve the client for interacting with population statistics deaths data.
public PopulationStatisticsDensityClient density()
Retrieve the client for interacting with population statistics density data.
public PopulationStatisticsForeignCitizensClient foreignCitizens()
Retrieve the client for interacting with population statistics foreign citizens data.
public PopulationStatisticsLiveBirthsClient liveBirths()
Retrieve the client for interacting with population statistics live births data.
public PopulationStatisticsMigrationClient migration()
Retrieve the client for interacting with population statistics migration data.
public PopulationStatisticsPartnershipClient partnership()
Retrieve the client for interacting with population statistics partnership data.
public URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2017. All rights reserved.