public class PopulationNameClient extends AbstractContainerClient
Client which handles population name data fetching.
Constructor and Description |
---|
PopulationNameClient()
Default constructor.
|
PopulationNameClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
PopulationNameNewbornClient |
newborn()
Retrieve the client for interacting with population name newborn data.
|
PopulationNameRegisteredPersonsClient |
registeredPersons()
Retrieve the client for interacting with population name registered persons
data.
|
addClient, getClient, setLocale
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocalizationLocale
public PopulationNameClient()
Default constructor. Initializes values and creates sub-clients.
public PopulationNameClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic PopulationNameNewbornClient newborn()
Retrieve the client for interacting with population name newborn data.
public PopulationNameRegisteredPersonsClient registeredPersons()
Retrieve the client for interacting with population name registered persons data.
public URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.