public class AgricultureLandUseClient extends AbstractClient
Client which handles agriculture land use data fetching.
Constructor and Description |
---|
AgricultureLandUseClient()
Default constructor.
|
AgricultureLandUseClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getTypeOfLandAreaByCounty()
Fetch all type of land area by county data.
|
List<ResponseModel> |
getTypeOfLandAreaByCounty(Collection<String> regions,
Collection<Integer> typesOfLands,
Collection<Integer> years)
Fetch all type of land area by county data which match the input
constraints.
|
List<ResponseModel> |
getTypeOfLandAreaByMunicipality()
Fetch all type of land area by municipality data.
|
List<ResponseModel> |
getTypeOfLandAreaByMunicipality(Collection<String> regions,
Collection<Integer> typesOfLands,
Collection<Integer> years)
Fetch all type of land area by municipality data which match the input
constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
List<ResponseModel> |
getUseOfArableLandByCounty()
Fetch all use of arable land by county data.
|
List<ResponseModel> |
getUseOfArableLandByCounty(Collection<String> regions,
Collection<String> crops,
Collection<Integer> years)
Fetch all use of arable land by county data which match the input
constraints.
|
List<ResponseModel> |
getUseOfArableLandByMunicipality()
Fetch all use of arable land by municipality data.
|
List<ResponseModel> |
getUseOfArableLandByMunicipality(Collection<String> regions,
Collection<String> crops,
Collection<Integer> years)
Fetch all use of arable land by municipality data which match the input
constraints.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
public AgricultureLandUseClient()
Default constructor.
public AgricultureLandUseClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getUseOfArableLandByMunicipality()
Fetch all use of arable land by municipality data.
ResponseModel
objectsgetUseOfArableLandByMunicipality(Collection, Collection, Collection)
public List<ResponseModel> getUseOfArableLandByMunicipality(Collection<String> regions, Collection<String> crops, Collection<Integer> years)
Fetch all use of arable land by municipality data which match the input constraints.
regions
- the regionscrops
- the cropsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getUseOfArableLandByCounty()
Fetch all use of arable land by county data.
ResponseModel
objectsgetUseOfArableLandByCounty(Collection, Collection, Collection)
public List<ResponseModel> getUseOfArableLandByCounty(Collection<String> regions, Collection<String> crops, Collection<Integer> years)
Fetch all use of arable land by county data which match the input constraints.
regions
- the regionscrops
- the cropsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getTypeOfLandAreaByMunicipality()
Fetch all type of land area by municipality data.
ResponseModel
objectsgetTypeOfLandAreaByMunicipality(Collection, Collection, Collection)
public List<ResponseModel> getTypeOfLandAreaByMunicipality(Collection<String> regions, Collection<Integer> typesOfLands, Collection<Integer> years)
Fetch all type of land area by municipality data which match the input constraints.
regions
- the regionstypesOfLands
- the types of landsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getTypeOfLandAreaByCounty()
Fetch all type of land area by county data.
ResponseModel
objectsgetTypeOfLandAreaByCounty(Collection, Collection, Collection)
public List<ResponseModel> getTypeOfLandAreaByCounty(Collection<String> regions, Collection<Integer> typesOfLands, Collection<Integer> years)
Fetch all type of land area by county data which match the input constraints.
regions
- the regionstypesOfLands
- the types of landsyears
- the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.