public class PopulationNameStatisticsClient extends AbstractClient
Client which handles population name statistics data fetching.
locale, localization| Constructor and Description |
|---|
PopulationNameStatisticsClient()
Default constructor.
|
PopulationNameStatisticsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<NumberOfChildrenBornWithFirstName> |
getNumberOfChildrenBornWithFirstName()
Fetch all number of children born with first name data.
|
List<NumberOfChildrenBornWithFirstName> |
getNumberOfChildrenBornWithFirstName(Collection<String> firstnames,
Collection<Integer> years)
Fetch number of children born with first name data which match the input
constraints.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
get, getBaseUrl, getLocale, getRegions, getYears, post, setLocale, setLocalizationLocalepublic PopulationNameStatisticsClient()
Default constructor.
public PopulationNameStatisticsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<NumberOfChildrenBornWithFirstName> getNumberOfChildrenBornWithFirstName()
Fetch all number of children born with first name data.
NumberOfChildrenBornWithFirstName objectsgetNumberOfChildrenBornWithFirstName(Collection, Collection)public List<NumberOfChildrenBornWithFirstName> getNumberOfChildrenBornWithFirstName(Collection<String> firstnames, Collection<Integer> years)
Fetch number of children born with first name data which match the input constraints.
firstnames - the firstnames to fetch data foryears - the years to fetch data forNumberOfChildrenBornWithFirstName objectspublic String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.