Uses of Class
travel.wink.sdk.extranet.booking.model.BedroomSupplier
Packages that use BedroomSupplier
-
Uses of BedroomSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return BedroomSupplierModifier and TypeMethodDescriptionBedroomSupplier.addBedListItem(BedSupplier bedListItem) BedroomSupplier.bedList(List<@Valid BedSupplier> bedList) BedroomSupplier.type(BedroomSupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.booking.model that return types with arguments of type BedroomSupplierModifier and TypeMethodDescription@NotNull @Valid @Size(min=1) List<@Valid BedroomSupplier> BedroomConfigurationSupplier.getBedroomList()Get bedroomListMethods in travel.wink.sdk.extranet.booking.model with parameters of type BedroomSupplierModifier and TypeMethodDescriptionBedroomConfigurationSupplier.addBedroomListItem(BedroomSupplier bedroomListItem) Method parameters in travel.wink.sdk.extranet.booking.model with type arguments of type BedroomSupplierModifier and TypeMethodDescriptionBedroomConfigurationSupplier.bedroomList(List<@Valid BedroomSupplier> bedroomList) voidBedroomConfigurationSupplier.setBedroomList(List<@Valid BedroomSupplier> bedroomList)