Uses of Class
travel.wink.sdk.lookup.model.BedroomConsumer
Packages that use BedroomConsumer
-
Uses of BedroomConsumer in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return BedroomConsumerModifier and TypeMethodDescriptionBedroomConsumer.addBedListItem(BedConsumer bedListItem) BedroomConsumer.bedList(List<BedConsumer> bedList) BedroomConsumer.type(BedroomConsumer.TypeEnum type) Methods in travel.wink.sdk.lookup.model that return types with arguments of type BedroomConsumerModifier and TypeMethodDescription@NotNull @Valid List<BedroomConsumer>BedroomConfigurationConsumer.getBedroomList()A room type can have more than one bedroom configuration.Methods in travel.wink.sdk.lookup.model with parameters of type BedroomConsumerModifier and TypeMethodDescriptionBedroomConfigurationConsumer.addBedroomListItem(BedroomConsumer bedroomListItem) Method parameters in travel.wink.sdk.lookup.model with type arguments of type BedroomConsumerModifier and TypeMethodDescriptionBedroomConfigurationConsumer.bedroomList(List<BedroomConsumer> bedroomList) voidBedroomConfigurationConsumer.setBedroomList(List<BedroomConsumer> bedroomList)