public class PopulationDemographyClient extends AbstractClient
locale, localization, queryBuilder| Constructor and Description |
|---|
PopulationDemographyClient()
Default constructor.
|
PopulationDemographyClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<FertilityRate> |
getFertilityRate()
Fetch all fertility rate data.
|
List<FertilityRate> |
getFertilityRate(Collection<String> regions,
Collection<Integer> genders,
Collection<Integer> years)
Fetch all fertility rate data which match the input constraints.
|
List<MeanAgeFirstChild> |
getMeanAgeFirstChild()
Fetch all mean age for the first child data.
|
List<MeanAgeFirstChild> |
getMeanAgeFirstChild(Collection<String> regions,
Collection<Integer> genders,
Collection<Integer> years)
Fetch all mean age for the first child data which match the input constraints.
|
get, getBaseUrl, getLocale, getRegions, getYears, post, setLocale, setLocalizationLanguagepublic PopulationDemographyClient()
public PopulationDemographyClient(Locale locale)
locale - the locale for this clientpublic List<FertilityRate> getFertilityRate()
FertilityRate objectsgetFertilityRate(Collection, Collection, Collection)public List<FertilityRate> getFertilityRate(Collection<String> regions, Collection<Integer> genders, Collection<Integer> years)
regions - the regions to fetch data forgenders - the genders to fetch data foryears - the years to fetch data forFertilityRate objectspublic List<MeanAgeFirstChild> getMeanAgeFirstChild()
MeanAgeFirstChild objectsgetMeanAgeFirstChild(Collection, Collection, Collection)public List<MeanAgeFirstChild> getMeanAgeFirstChild(Collection<String> regions, Collection<Integer> genders, Collection<Integer> years)
regions - the regions to fetch data forgenders - the genders to fetch data foryears - the years to fetch data forMeanAgeFirstChild objectsCopyright © 2016. All rights reserved.