Uses of Class
travel.wink.sdk.extranet.model.BedroomConfiguration
Packages that use BedroomConfiguration
-
Uses of BedroomConfiguration in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BedroomConfigurationModifier and TypeMethodDescriptionBedroomConfiguration.addBedroomListItem(Bedroom bedroomListItem) BedroomConfiguration.bedroomList(List<Bedroom> bedroomList) BedroomConfiguration.identifier(UUID identifier) Methods in travel.wink.sdk.extranet.model that return types with arguments of type BedroomConfigurationModifier and TypeMethodDescription@NotNull @Valid List<BedroomConfiguration>GuestRoom.getBedroomConfigurationList()A room type can have more than one bed configuration.Methods in travel.wink.sdk.extranet.model with parameters of type BedroomConfigurationModifier and TypeMethodDescriptionGuestRoom.addBedroomConfigurationListItem(BedroomConfiguration bedroomConfigurationListItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type BedroomConfigurationModifier and TypeMethodDescriptionGuestRoom.bedroomConfigurationList(List<BedroomConfiguration> bedroomConfigurationList) voidGuestRoom.setBedroomConfigurationList(List<BedroomConfiguration> bedroomConfigurationList)