public class PopulationNameRegisteredPersonsClient extends AbstractClient
Client which handles population name registered persons data fetching.
Constructor and Description |
---|
PopulationNameRegisteredPersonsClient()
Default constructor.
|
PopulationNameRegisteredPersonsClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getFirstNamesNormallyUsed()
Fetch all first names normally used data.
|
List<ResponseModel> |
getFirstNamesNormallyUsed(Collection<String> firstnames,
Collection<Integer> years)
Fetch all first names normally used data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocale
public PopulationNameRegisteredPersonsClient()
Default constructor.
public PopulationNameRegisteredPersonsClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getFirstNamesNormallyUsed()
Fetch all first names normally used data.
ResponseModel
objectsgetFirstNamesNormallyUsed(Collection, Collection)
public List<ResponseModel> getFirstNamesNormallyUsed(Collection<String> firstnames, Collection<Integer> years)
Fetch all first names normally used data which match the input constraints.
firstnames
- the firstnamesyears
- the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.