Uses of Class
io.swagger.client.model.Supplement
-
Packages that use Supplement Package Description io.swagger.client.model -
-
Uses of Supplement in io.swagger.client.model
Methods in io.swagger.client.model that return Supplement Modifier and Type Method Description Supplement
Supplement. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
Supplement
Supplement. additionalProperties(List<AdditionalProperty> additionalProperties)
Supplement
Supplement. amount(Double amount)
Supplement
Supplement. currency(String currency)
Supplement
Supplement. from(String from)
Supplement
Supplement. included(Boolean included)
Supplement
Supplement. name(String name)
Supplement
Supplement. supplementKey(String supplementKey)
Supplement
Supplement. to(String to)
Supplement
Supplement. type(String type)
Methods in io.swagger.client.model that return types with arguments of type Supplement Modifier and Type Method Description List<Supplement>
Room. getSupplements()
Get supplementsMethods in io.swagger.client.model with parameters of type Supplement Modifier and Type Method Description Room
Room. addSupplementsItem(Supplement supplementsItem)
Method parameters in io.swagger.client.model with type arguments of type Supplement Modifier and Type Method Description void
Room. setSupplements(List<Supplement> supplements)
Room
Room. supplements(List<Supplement> supplements)
-