Uses of Class
travel.wink.sdk.lookup.model.BedroomConfigurationConsumer
Packages that use BedroomConfigurationConsumer
-
Uses of BedroomConfigurationConsumer in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return BedroomConfigurationConsumerModifier and TypeMethodDescriptionBedroomConfigurationConsumer.addBedroomListItem(BedroomConsumer bedroomListItem) BedroomConfigurationConsumer.bedroomList(List<BedroomConsumer> bedroomList) BedroomConfigurationConsumer.identifier(UUID identifier) Methods in travel.wink.sdk.lookup.model that return types with arguments of type BedroomConfigurationConsumerModifier and TypeMethodDescription@NotNull @Valid List<BedroomConfigurationConsumer>GuestRoomConsumer.getBedroomConfigurationList()A room type can have more than one bed configuration.Methods in travel.wink.sdk.lookup.model with parameters of type BedroomConfigurationConsumerModifier and TypeMethodDescriptionGuestRoomConsumer.addBedroomConfigurationListItem(BedroomConfigurationConsumer bedroomConfigurationListItem) Method parameters in travel.wink.sdk.lookup.model with type arguments of type BedroomConfigurationConsumerModifier and TypeMethodDescriptionGuestRoomConsumer.bedroomConfigurationList(List<BedroomConfigurationConsumer> bedroomConfigurationList) voidGuestRoomConsumer.setBedroomConfigurationList(List<BedroomConfigurationConsumer> bedroomConfigurationList)