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