public class SCBClient extends AbstractContainerClient
clientslocale, localization, queryBuilder| Constructor and Description |
|---|
SCBClient()
Default constructor.
|
SCBClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentClient |
environment()
Retrieve the client for interacting with environment data.
|
String |
getRawData(String table,
Map<String,Collection<?>> payload)
Fetch the JSON response from the specified table.
|
PopulationClient |
population()
Retrieve the client for interacting with population data.
|
setLocaleget, getBaseUrl, getLocale, getRegions, getYears, post, setLocalizationLanguagepublic SCBClient()
public SCBClient(Locale locale)
locale - the locale for this clientpublic EnvironmentClient environment()
public PopulationClient population()
public String getRawData(String table, Map<String,Collection<?>> payload)
table - the table to fetch data frompayload - the selected valuesCopyright © 2016. All rights reserved.