public class PopulationStatisticsBackgroundClient extends AbstractClient
Client which handles population statistics background data fetching.
| Constructor and Description |
|---|
PopulationStatisticsBackgroundClient()
Default constructor.
|
PopulationStatisticsBackgroundClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getPersonsWithBackgroundDetailedDivision()
Fetch all number of persons with foreign or Swedish background (detailed
division) data.
|
List<ResponseModel> |
getPersonsWithBackgroundDetailedDivision(Collection<String> regions,
Collection<String> backgrounds,
Collection<String> ages,
Collection<Integer> sexes,
Collection<Integer> years)
Fetch all number of persons with foreign or Swedish background (detailed
division) data which match the input constraints.
|
List<ResponseModel> |
getPersonsWithBackgroundRoughDivision()
Fetch all number of persons with foreign or Swedish background (rough division)
data.
|
List<ResponseModel> |
getPersonsWithBackgroundRoughDivision(Collection<String> regions,
Collection<Integer> backgrounds,
Collection<String> ages,
Collection<Integer> sexes,
Collection<Integer> years)
Fetch all number of persons with foreign or Swedish background (rough division)
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 PopulationStatisticsBackgroundClient()
Default constructor.
public PopulationStatisticsBackgroundClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getPersonsWithBackgroundRoughDivision()
Fetch all number of persons with foreign or Swedish background (rough division) data.
ResponseModel
objectsgetPersonsWithBackgroundRoughDivision(Collection, Collection, Collection,
Collection, Collection)public List<ResponseModel> getPersonsWithBackgroundRoughDivision(Collection<String> regions, Collection<Integer> backgrounds, Collection<String> ages, Collection<Integer> sexes, Collection<Integer> years)
Fetch all number of persons with foreign or Swedish background (rough division) data which match the input constraints.
regions - the regionsbackgrounds - the backgroundsages - the agessexes - the sexesyears - the yearsResponseModel
objectspublic List<ResponseModel> getPersonsWithBackgroundDetailedDivision()
Fetch all number of persons with foreign or Swedish background (detailed division) data.
ResponseModel
objectsgetPersonsWithBackgroundDetailedDivision(Collection, Collection, Collection,
Collection, Collection)public List<ResponseModel> getPersonsWithBackgroundDetailedDivision(Collection<String> regions, Collection<String> backgrounds, Collection<String> ages, Collection<Integer> sexes, Collection<Integer> years)
Fetch all number of persons with foreign or Swedish background (detailed division) data which match the input constraints.
regions - the regionsbackgrounds - the backgroundsages - the agessexes - the sexesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.