Uses of Class
travel.wink.sdk.extranet.monetize.model.BedroomConfigurationSupplier
Packages that use BedroomConfigurationSupplier
-
Uses of BedroomConfigurationSupplier in travel.wink.sdk.extranet.monetize.model
Methods in travel.wink.sdk.extranet.monetize.model that return BedroomConfigurationSupplierModifier and TypeMethodDescriptionBedroomConfigurationSupplier.addBedroomListItem(BedroomSupplier bedroomListItem) BedroomConfigurationSupplier.bedroomList(List<BedroomSupplier> bedroomList) BedroomConfigurationSupplier.identifier(UUID identifier) Methods in travel.wink.sdk.extranet.monetize.model that return types with arguments of type BedroomConfigurationSupplierModifier and TypeMethodDescription@NotNull @Valid List<BedroomConfigurationSupplier> GuestRoomSupplier.getBedroomConfigurationList()A room type can have more than one bed configuration.Methods in travel.wink.sdk.extranet.monetize.model with parameters of type BedroomConfigurationSupplierModifier and TypeMethodDescriptionGuestRoomSupplier.addBedroomConfigurationListItem(BedroomConfigurationSupplier bedroomConfigurationListItem) Method parameters in travel.wink.sdk.extranet.monetize.model with type arguments of type BedroomConfigurationSupplierModifier and TypeMethodDescriptionGuestRoomSupplier.bedroomConfigurationList(List<BedroomConfigurationSupplier> bedroomConfigurationList) voidGuestRoomSupplier.setBedroomConfigurationList(List<BedroomConfigurationSupplier> bedroomConfigurationList)