public class BusinessActivitiesAccomodationStatisticsYearClient extends AbstractClient
Client which handles business activities accomodation statistics year data fetching.
| Constructor and Description |
|---|
BusinessActivitiesAccomodationStatisticsYearClient()
Default constructor.
|
BusinessActivitiesAccomodationStatisticsYearClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getAccomodationRevenue()
Fetch all accomodation revenue data.
|
List<ResponseModel> |
getAccomodationRevenue(Collection<String> regions,
Collection<Integer> years)
Fetch all accomodation revenue data which match the input constraints.
|
List<ResponseModel> |
getCapacityForHotels()
Fetch all capacity for hotels data.
|
List<ResponseModel> |
getCapacityForHotels(Collection<String> regions,
Collection<String> typesOfHousing,
Collection<Integer> years)
Fetch all capacity for hotels data which match the input constraints.
|
List<ResponseModel> |
getNumberOfHotels()
Fetch all number of hotels data.
|
List<ResponseModel> |
getNumberOfHotels(Collection<String> regions,
Collection<String> typesOfEstablishments,
Collection<Integer> years)
Fetch all number of hotels data which match the input constraints.
|
List<ResponseModel> |
getNumberOfOccupiedRooms()
Fetch all number of occupied rooms data.
|
List<ResponseModel> |
getNumberOfOccupiedRooms(Collection<String> regions,
Collection<Integer> years)
Fetch all number of occupied rooms data which match the input constraints.
|
List<ResponseModel> |
getOccupancyRate()
Fetch all occupancy rate data.
|
List<ResponseModel> |
getOccupancyRate(Collection<String> regions,
Collection<String> typesOfHousing,
Collection<Integer> years)
Fetch all occupancy rate 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 BusinessActivitiesAccomodationStatisticsYearClient()
Default constructor.
public BusinessActivitiesAccomodationStatisticsYearClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getNumberOfHotels()
Fetch all number of hotels data.
ResponseModel
objectsgetNumberOfHotels(Collection, Collection, Collection)public List<ResponseModel> getNumberOfHotels(Collection<String> regions, Collection<String> typesOfEstablishments, Collection<Integer> years)
Fetch all number of hotels data which match the input constraints.
regions - the regionstypesOfEstablishments - the types of establishmentsyears - the yearsResponseModel
objectspublic List<ResponseModel> getCapacityForHotels()
Fetch all capacity for hotels data.
ResponseModel
objectsgetCapacityForHotels(Collection, Collection, Collection)public List<ResponseModel> getCapacityForHotels(Collection<String> regions, Collection<String> typesOfHousing, Collection<Integer> years)
Fetch all capacity for hotels data which match the input constraints.
regions - the regionstypesOfHousing - the types of housingyears - the yearsResponseModel
objectspublic List<ResponseModel> getOccupancyRate()
Fetch all occupancy rate data.
ResponseModel
objectsgetOccupancyRate(Collection, Collection, Collection)public List<ResponseModel> getOccupancyRate(Collection<String> regions, Collection<String> typesOfHousing, Collection<Integer> years)
Fetch all occupancy rate data which match the input constraints.
regions - the regionstypesOfHousing - the types of housingyears - the yearsResponseModel
objectspublic List<ResponseModel> getNumberOfOccupiedRooms()
Fetch all number of occupied rooms data.
ResponseModel
objectsgetNumberOfOccupiedRooms(Collection, Collection)public List<ResponseModel> getNumberOfOccupiedRooms(Collection<String> regions, Collection<Integer> years)
Fetch all number of occupied rooms data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic List<ResponseModel> getAccomodationRevenue()
Fetch all accomodation revenue data.
ResponseModel
objectsgetAccomodationRevenue(Collection, Collection)public List<ResponseModel> getAccomodationRevenue(Collection<String> regions, Collection<Integer> years)
Fetch all accomodation revenue 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.