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, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic 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()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.