Uses of Class
travel.wink.sdk.extranet.monetize.model.BedroomSupplier
Packages that use BedroomSupplier
-
Uses of BedroomSupplier in travel.wink.sdk.extranet.monetize.model
Methods in travel.wink.sdk.extranet.monetize.model that return BedroomSupplierModifier and TypeMethodDescriptionBedroomSupplier.addBedListItem(BedSupplier bedListItem) BedroomSupplier.bedList(List<BedSupplier> bedList) BedroomSupplier.type(BedroomSupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.monetize.model that return types with arguments of type BedroomSupplierModifier and TypeMethodDescription@NotNull @Valid List<BedroomSupplier> BedroomConfigurationSupplier.getBedroomList()A room type can have more than one bedroom configuration.Methods in travel.wink.sdk.extranet.monetize.model with parameters of type BedroomSupplierModifier and TypeMethodDescriptionBedroomConfigurationSupplier.addBedroomListItem(BedroomSupplier bedroomListItem) Method parameters in travel.wink.sdk.extranet.monetize.model with type arguments of type BedroomSupplierModifier and TypeMethodDescriptionBedroomConfigurationSupplier.bedroomList(List<BedroomSupplier> bedroomList) voidBedroomConfigurationSupplier.setBedroomList(List<BedroomSupplier> bedroomList)