Uses of Class
io.swagger.client.model.Offer
-
Packages that use Offer Package Description io.swagger.client.model -
-
Uses of Offer in io.swagger.client.model
Methods in io.swagger.client.model that return Offer Modifier and Type Method Description Offer
Offer. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
Offer
Offer. additionalProperties(List<AdditionalProperty> additionalProperties)
Offer
Offer. amount(Double amount)
Offer
Offer. code(String code)
Offer
Offer. from(String from)
Offer
Offer. included(Boolean included)
Offer
Offer. name(String name)
Offer
Offer. to(String to)
Methods in io.swagger.client.model that return types with arguments of type Offer Modifier and Type Method Description List<Offer>
Room. getOffers()
Get offersMethods in io.swagger.client.model with parameters of type Offer Modifier and Type Method Description Room
Room. addOffersItem(Offer offersItem)
Method parameters in io.swagger.client.model with type arguments of type Offer Modifier and Type Method Description Room
Room. offers(List<Offer> offers)
void
Room. setOffers(List<Offer> offers)
-