public class BusinessActivitiesAccomodationStatisticsMonthClient extends AbstractClient
Client which handles business activities accomodation statistics month data fetching.
| Constructor and Description |
|---|
BusinessActivitiesAccomodationStatisticsMonthClient()
Default constructor.
|
BusinessActivitiesAccomodationStatisticsMonthClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getAvailableBeds()
Fetch all available beds data.
|
List<ResponseModel> |
getAvailableBeds(Collection<String> regions,
Collection<String> months)
Fetch all available beds data which match the input constraints.
|
List<ResponseModel> |
getNightsSpent()
Fetch all nights spent data.
|
List<ResponseModel> |
getNightsSpent(Collection<String> regions,
Collection<String> typesOfEstablishments,
Collection<String> months)
Fetch all nights spent data which match the input constraints.
|
List<ResponseModel> |
getNumberOfAvailableRooms()
Fetch all number of available rooms data.
|
List<ResponseModel> |
getNumberOfAvailableRooms(Collection<String> regions,
Collection<String> months)
Fetch all number of available rooms data which match the input constraints.
|
List<ResponseModel> |
getOccupancy()
Fetch all occupancy data.
|
List<ResponseModel> |
getOccupancy(Collection<String> typesOfHousing,
Collection<String> months)
Fetch all occupancy data which match the input constraints.
|
List<ResponseModel> |
getOccupiedRooms()
Fetch all occupied rooms data.
|
List<ResponseModel> |
getOccupiedRooms(Collection<String> regions,
Collection<String> months)
Fetch all occupied rooms data which match the input constraints.
|
List<ResponseModel> |
getRevenueOfOccupiedRooms()
Fetch all revenue of occupied rooms data.
|
List<ResponseModel> |
getRevenueOfOccupiedRooms(Collection<String> months)
Fetch all revenue of occupied rooms data which match the input constraints.
|
List<ResponseModel> |
getTotalCapacity()
Fetch all total capacity data.
|
List<ResponseModel> |
getTotalCapacity(Collection<String> typesOfEstablishments,
Collection<String> months)
Fetch all total capacity 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 BusinessActivitiesAccomodationStatisticsMonthClient()
Default constructor.
public BusinessActivitiesAccomodationStatisticsMonthClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getTotalCapacity()
Fetch all total capacity data.
ResponseModel
objectsgetTotalCapacity(Collection, Collection)public List<ResponseModel> getTotalCapacity(Collection<String> typesOfEstablishments, Collection<String> months)
Fetch all total capacity data which match the input constraints.
typesOfEstablishments - the types of establishmentsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getAvailableBeds()
Fetch all available beds data.
ResponseModel
objectsgetAvailableBeds(Collection, Collection)public List<ResponseModel> getAvailableBeds(Collection<String> regions, Collection<String> months)
Fetch all available beds data which match the input constraints.
regions - the regionsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getNumberOfAvailableRooms()
Fetch all number of available rooms data.
ResponseModel
objectsgetNumberOfAvailableRooms(Collection, Collection)public List<ResponseModel> getNumberOfAvailableRooms(Collection<String> regions, Collection<String> months)
Fetch all number of available rooms data which match the input constraints.
regions - the regionsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getNightsSpent()
Fetch all nights spent data.
ResponseModel
objectsgetNightsSpent(Collection, Collection, Collection)public List<ResponseModel> getNightsSpent(Collection<String> regions, Collection<String> typesOfEstablishments, Collection<String> months)
Fetch all nights spent data which match the input constraints.
regions - the regionstypesOfEstablishments - the types of establishmentsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getOccupancy()
Fetch all occupancy data.
ResponseModel
objectsgetOccupancy(Collection, Collection)public List<ResponseModel> getOccupancy(Collection<String> typesOfHousing, Collection<String> months)
Fetch all occupancy data which match the input constraints.
typesOfHousing - the types of housingmonths - the monthsResponseModel
objectspublic List<ResponseModel> getOccupiedRooms()
Fetch all occupied rooms data.
ResponseModel
objectsgetOccupiedRooms(Collection, Collection)public List<ResponseModel> getOccupiedRooms(Collection<String> regions, Collection<String> months)
Fetch all occupied rooms data which match the input constraints.
regions - the regionsmonths - the monthsResponseModel
objectspublic List<ResponseModel> getRevenueOfOccupiedRooms()
Fetch all revenue of occupied rooms data.
ResponseModel
objectsgetRevenueOfOccupiedRooms(Collection)public List<ResponseModel> getRevenueOfOccupiedRooms(Collection<String> months)
Fetch all revenue of occupied rooms data which match the input constraints.
months - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.