Uses of Class
io.swagger.client.model.HotelPrebook
-
Packages that use HotelPrebook Package Description io.swagger.client.model -
-
Uses of HotelPrebook in io.swagger.client.model
Methods in io.swagger.client.model that return HotelPrebook Modifier and Type Method Description HotelPrebook
HotelPrebook. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
HotelPrebook
HotelPrebook. additionalProperties(List<AdditionalProperty> additionalProperties)
HotelPrebook
HotelPrebook. hotel(Hotel hotel)
HotelPrebook
HotelPrebook. mandatoryBookData(MandatoryBookData mandatoryBookData)
Methods in io.swagger.client.model that return types with arguments of type HotelPrebook Modifier and Type Method Description List<HotelPrebook>
ResponsePackHotelPrebook. getData()
Get dataMethods in io.swagger.client.model with parameters of type HotelPrebook Modifier and Type Method Description ResponsePackHotelPrebook
ResponsePackHotelPrebook. addDataItem(HotelPrebook dataItem)
Method parameters in io.swagger.client.model with type arguments of type HotelPrebook Modifier and Type Method Description ResponsePackHotelPrebook
ResponsePackHotelPrebook. data(List<HotelPrebook> data)
void
ResponsePackHotelPrebook. setData(List<HotelPrebook> data)
-