public class PopulationProjectionsClient extends AbstractContainerClient
Client which handles population projections data fetching.
Constructor and Description |
---|
PopulationProjectionsClient()
Default constructor.
|
PopulationProjectionsClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
PopulationProjectionsLatestAssumptionsClient |
latestAssumptions()
Retrieve the client for interacting with population projections latest
assumptions data.
|
PopulationProjectionsLatestProjectionsClient |
latestProjections()
Retrieve the client for interacting with population projections latest
projections data.
|
addClient, getClient, setLocale
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
public PopulationProjectionsClient()
Default constructor. Initializes values and creates sub-clients.
public PopulationProjectionsClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic PopulationProjectionsLatestAssumptionsClient latestAssumptions()
Retrieve the client for interacting with population projections latest assumptions data.
public PopulationProjectionsLatestProjectionsClient latestProjections()
Retrieve the client for interacting with population projections latest projections data.
public URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.