public class EnvironmentShorelineLandUseOldTablesClient extends AbstractClient
Client which handles environment shoreline land use old tables data fetching.
| Constructor and Description |
|---|
EnvironmentShorelineLandUseOldTablesClient()
Default constructor.
|
EnvironmentShorelineLandUseOldTablesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getPopulationOnIslands()
Fetch all population on islands data.
|
List<ResponseModel> |
getPopulationOnIslands(Collection<String> regions,
Collection<Integer> years)
Fetch all population on islands 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 EnvironmentShorelineLandUseOldTablesClient()
Default constructor.
public EnvironmentShorelineLandUseOldTablesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getPopulationOnIslands()
Fetch all population on islands data.
ResponseModel
objectsgetPopulationOnIslands(Collection, Collection)public List<ResponseModel> getPopulationOnIslands(Collection<String> regions, Collection<Integer> years)
Fetch all population on islands data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.