Uses of Class
travel.wink.sdk.booking.model.BedroomConfigurationBooker
Packages that use BedroomConfigurationBooker
-
Uses of BedroomConfigurationBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BedroomConfigurationBookerModifier and TypeMethodDescriptionBedroomConfigurationBooker.addBedroomListItem(BedroomBooker bedroomListItem) BedroomConfigurationBooker.bedroomList(List<BedroomBooker> bedroomList) @NotNull @Valid BedroomConfigurationBookerRoomStayBooker.getBedroomConfiguration()Get bedroomConfigurationBedroomConfigurationBooker.identifier(UUID identifier) Methods in travel.wink.sdk.booking.model that return types with arguments of type BedroomConfigurationBookerModifier and TypeMethodDescription@NotNull @Valid List<BedroomConfigurationBooker>GuestRoomBooker.getBedroomConfigurationList()A room type can have more than one bed configuration.Methods in travel.wink.sdk.booking.model with parameters of type BedroomConfigurationBookerModifier and TypeMethodDescriptionGuestRoomBooker.addBedroomConfigurationListItem(BedroomConfigurationBooker bedroomConfigurationListItem) RoomStayBooker.bedroomConfiguration(BedroomConfigurationBooker bedroomConfiguration) voidRoomStayBooker.setBedroomConfiguration(BedroomConfigurationBooker bedroomConfiguration) Method parameters in travel.wink.sdk.booking.model with type arguments of type BedroomConfigurationBookerModifier and TypeMethodDescriptionGuestRoomBooker.bedroomConfigurationList(List<BedroomConfigurationBooker> bedroomConfigurationList) voidGuestRoomBooker.setBedroomConfigurationList(List<BedroomConfigurationBooker> bedroomConfigurationList)