public class AgricultureHoldingsClient extends AbstractClient
Client which handles agriculture holdings data fetching.
| Constructor and Description |
|---|
AgricultureHoldingsClient()
Default constructor.
|
AgricultureHoldingsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getAgriculturalEnterprisesByCountyAndJuridicalForm()
Fetch all agricultural enterprises by county and juridical form data.
|
List<ResponseModel> |
getAgriculturalEnterprisesByCountyAndJuridicalForm(Collection<String> regions,
Collection<String> typesOfHoldings,
Collection<Integer> years)
Fetch all agricultural enterprises by county and juridical form data which match
the input constraints.
|
List<ResponseModel> |
getAgriculturalEnterprisesByCountyAndSizeClass()
Fetch all agricultural enterprises by county and size class data.
|
List<ResponseModel> |
getAgriculturalEnterprisesByCountyAndSizeClass(Collection<String> regions,
Collection<String> sizeClasses,
Collection<Integer> years)
Fetch all agricultural enterprises by county and size class data which match the
input constraints.
|
List<ResponseModel> |
getAgriculturalEnterprisesByMunicipalityAndSizeClass()
Fetch all agricultural enterprises by municipality and size class data.
|
List<ResponseModel> |
getAgriculturalEnterprisesByMunicipalityAndSizeClass(Collection<String> regions,
Collection<String> sizeClasses,
Collection<Integer> years)
Fetch all agricultural enterprises by municipality and size class 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 AgricultureHoldingsClient()
Default constructor.
public AgricultureHoldingsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getAgriculturalEnterprisesByMunicipalityAndSizeClass()
Fetch all agricultural enterprises by municipality and size class data.
ResponseModel
objectsgetAgriculturalEnterprisesByMunicipalityAndSizeClass(Collection, Collection,
Collection)public List<ResponseModel> getAgriculturalEnterprisesByMunicipalityAndSizeClass(Collection<String> regions, Collection<String> sizeClasses, Collection<Integer> years)
Fetch all agricultural enterprises by municipality and size class data which match the input constraints.
regions - the regionssizeClasses - the size classesyears - the yearsResponseModel
objectspublic List<ResponseModel> getAgriculturalEnterprisesByCountyAndSizeClass()
Fetch all agricultural enterprises by county and size class data.
ResponseModel
objectsgetAgriculturalEnterprisesByCountyAndSizeClass(Collection, Collection,
Collection)public List<ResponseModel> getAgriculturalEnterprisesByCountyAndSizeClass(Collection<String> regions, Collection<String> sizeClasses, Collection<Integer> years)
Fetch all agricultural enterprises by county and size class data which match the input constraints.
regions - the regionssizeClasses - the size classesyears - the yearsResponseModel
objectspublic List<ResponseModel> getAgriculturalEnterprisesByCountyAndJuridicalForm()
Fetch all agricultural enterprises by county and juridical form data.
ResponseModel
objectsgetAgriculturalEnterprisesByCountyAndJuridicalForm(Collection, Collection,
Collection)public List<ResponseModel> getAgriculturalEnterprisesByCountyAndJuridicalForm(Collection<String> regions, Collection<String> typesOfHoldings, Collection<Integer> years)
Fetch all agricultural enterprises by county and juridical form data which match the input constraints.
regions - the regionstypesOfHoldings - the types of holdingsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.