Uses of Class
travel.wink.sdk.lookup.model.BedroomNonAuthenticatedEntity
Packages that use BedroomNonAuthenticatedEntity
-
Uses of BedroomNonAuthenticatedEntity in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return BedroomNonAuthenticatedEntityModifier and TypeMethodDescriptionBedroomNonAuthenticatedEntity.addBedListItem(BedNonAuthenticatedEntity bedListItem) BedroomNonAuthenticatedEntity.bedList(List<BedNonAuthenticatedEntity> bedList) BedroomNonAuthenticatedEntity.type(BedroomNonAuthenticatedEntity.TypeEnum type) Methods in travel.wink.sdk.lookup.model that return types with arguments of type BedroomNonAuthenticatedEntityModifier and TypeMethodDescription@NotNull @Valid List<BedroomNonAuthenticatedEntity> BedroomConfigurationNonAuthenticatedEntity.getBedroomList()A room type can have more than one bedroom configuration.Methods in travel.wink.sdk.lookup.model with parameters of type BedroomNonAuthenticatedEntityModifier and TypeMethodDescriptionBedroomConfigurationNonAuthenticatedEntity.addBedroomListItem(BedroomNonAuthenticatedEntity bedroomListItem) Method parameters in travel.wink.sdk.lookup.model with type arguments of type BedroomNonAuthenticatedEntityModifier and TypeMethodDescriptionBedroomConfigurationNonAuthenticatedEntity.bedroomList(List<BedroomNonAuthenticatedEntity> bedroomList) voidBedroomConfigurationNonAuthenticatedEntity.setBedroomList(List<BedroomNonAuthenticatedEntity> bedroomList)