Uses of Class
travel.wink.sdk.booking.model.BedroomBooker
Packages that use BedroomBooker
-
Uses of BedroomBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BedroomBookerModifier and TypeMethodDescriptionBedroomBooker.addBedListItem(BedBooker bedListItem) BedroomBooker.type(BedroomBooker.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type BedroomBookerModifier and TypeMethodDescription@NotNull @Valid List<BedroomBooker>BedroomConfigurationBooker.getBedroomList()A room type can have more than one bedroom configuration.Methods in travel.wink.sdk.booking.model with parameters of type BedroomBookerModifier and TypeMethodDescriptionBedroomConfigurationBooker.addBedroomListItem(BedroomBooker bedroomListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type BedroomBookerModifier and TypeMethodDescriptionBedroomConfigurationBooker.bedroomList(List<BedroomBooker> bedroomList) voidBedroomConfigurationBooker.setBedroomList(List<BedroomBooker> bedroomList)