public class DemographyClient extends AbstractClient
locale, localization, queryBuilder| Constructor and Description |
|---|
DemographyClient()
Default constructor.
|
DemographyClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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 DemographyClient()
public DemographyClient(Locale locale)
locale - the locale for this clientpublic 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.