Uses of Class
io.swagger.client.model.Rate
-
Packages that use Rate Package Description io.swagger.client.model -
-
Uses of Rate in io.swagger.client.model
Methods in io.swagger.client.model that return Rate Modifier and Type Method Description Rate
Rate. amount(Double amount)
Rate
Rate. from(String from)
Rate
Rate. name(String name)
Rate
Rate. rateIndex(String rateIndex)
Rate
Rate. to(String to)
Methods in io.swagger.client.model that return types with arguments of type Rate Modifier and Type Method Description List<Rate>
RoomRate. getRates()
Get ratesList<Rate>
RoomRateHotelSearchApi. getRates()
Get ratesMethods in io.swagger.client.model with parameters of type Rate Modifier and Type Method Description RoomRate
RoomRate. addRatesItem(Rate ratesItem)
RoomRateHotelSearchApi
RoomRateHotelSearchApi. addRatesItem(Rate ratesItem)
Method parameters in io.swagger.client.model with type arguments of type Rate Modifier and Type Method Description RoomRate
RoomRate. rates(List<Rate> rates)
RoomRateHotelSearchApi
RoomRateHotelSearchApi. rates(List<Rate> rates)
void
RoomRate. setRates(List<Rate> rates)
void
RoomRateHotelSearchApi. setRates(List<Rate> rates)
-