Uses of Class
io.swagger.client.model.HotelHotelSearchApi
-
Packages that use HotelHotelSearchApi Package Description io.swagger.client.model -
-
Uses of HotelHotelSearchApi in io.swagger.client.model
Methods in io.swagger.client.model that return HotelHotelSearchApi Modifier and Type Method Description HotelHotelSearchApi
HotelHotelSearchApi. addRoomCombinationsItem(List<String> roomCombinationsItem)
HotelHotelSearchApi
HotelHotelSearchApi. addRoomSelectionRulesItem(String roomSelectionRulesItem)
HotelHotelSearchApi
HotelHotelSearchApi. addRoomsItem(Room roomsItem)
HotelHotelSearchApi
HotelHotelSearchApi. hotelKey(String hotelKey)
HotelHotelSearchApi
HotelHotelSearchApi. propertyInfo(PropertyInfo propertyInfo)
HotelHotelSearchApi
HotelHotelSearchApi. roomCombinations(List<List<String>> roomCombinations)
HotelHotelSearchApi
HotelHotelSearchApi. rooms(List<Room> rooms)
HotelHotelSearchApi
HotelHotelSearchApi. roomSelectionRules(List<String> roomSelectionRules)
Methods in io.swagger.client.model that return types with arguments of type HotelHotelSearchApi Modifier and Type Method Description List<HotelHotelSearchApi>
ResponsePackHotel. getData()
Get dataMethods in io.swagger.client.model with parameters of type HotelHotelSearchApi Modifier and Type Method Description ResponsePackHotel
ResponsePackHotel. addDataItem(HotelHotelSearchApi dataItem)
Method parameters in io.swagger.client.model with type arguments of type HotelHotelSearchApi Modifier and Type Method Description ResponsePackHotel
ResponsePackHotel. data(List<HotelHotelSearchApi> data)
void
ResponsePackHotel. setData(List<HotelHotelSearchApi> data)
-