Package io.swagger.client.model
Class HotelHotelSearchApi
- java.lang.Object
-
- io.swagger.client.model.HotelHotelSearchApi
-
public class HotelHotelSearchApi extends Object
HotelHotelSearchApi
-
-
Constructor Summary
Constructors Constructor Description HotelHotelSearchApi()
-
Method Summary
-
-
-
Method Detail
-
hotelKey
public HotelHotelSearchApi hotelKey(String hotelKey)
-
getHotelKey
public String getHotelKey()
Get hotelKey- Returns:
- hotelKey
-
setHotelKey
public void setHotelKey(String hotelKey)
-
roomSelectionRules
public HotelHotelSearchApi roomSelectionRules(List<String> roomSelectionRules)
-
addRoomSelectionRulesItem
public HotelHotelSearchApi addRoomSelectionRulesItem(String roomSelectionRulesItem)
-
getRoomSelectionRules
public List<String> getRoomSelectionRules()
Get roomSelectionRules- Returns:
- roomSelectionRules
-
propertyInfo
public HotelHotelSearchApi propertyInfo(PropertyInfo propertyInfo)
-
getPropertyInfo
public PropertyInfo getPropertyInfo()
Get propertyInfo- Returns:
- propertyInfo
-
setPropertyInfo
public void setPropertyInfo(PropertyInfo propertyInfo)
-
rooms
public HotelHotelSearchApi rooms(List<Room> rooms)
-
addRoomsItem
public HotelHotelSearchApi addRoomsItem(Room roomsItem)
-
roomCombinations
public HotelHotelSearchApi roomCombinations(List<List<String>> roomCombinations)
-
addRoomCombinationsItem
public HotelHotelSearchApi addRoomCombinationsItem(List<String> roomCombinationsItem)
-
getRoomCombinations
public List<List<String>> getRoomCombinations()
Get roomCombinations- Returns:
- roomCombinations
-
-