Uses of Class
travel.wink.sdk.lookup.model.BedroomConfigurationNonAuthenticatedEntity
Packages that use BedroomConfigurationNonAuthenticatedEntity
-
Uses of BedroomConfigurationNonAuthenticatedEntity in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return BedroomConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionBedroomConfigurationNonAuthenticatedEntity.addBedroomListItem(BedroomNonAuthenticatedEntity bedroomListItem) BedroomConfigurationNonAuthenticatedEntity.bedroomList(List<BedroomNonAuthenticatedEntity> bedroomList) BedroomConfigurationNonAuthenticatedEntity.identifier(UUID identifier) Methods in travel.wink.sdk.lookup.model that return types with arguments of type BedroomConfigurationNonAuthenticatedEntityModifier and TypeMethodDescription@NotNull @Valid List<BedroomConfigurationNonAuthenticatedEntity>GuestRoomNonAuthenticatedEntity.getBedroomConfigurationList()A room type can have more than one bed configuration.Methods in travel.wink.sdk.lookup.model with parameters of type BedroomConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionGuestRoomNonAuthenticatedEntity.addBedroomConfigurationListItem(BedroomConfigurationNonAuthenticatedEntity bedroomConfigurationListItem) Method parameters in travel.wink.sdk.lookup.model with type arguments of type BedroomConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionGuestRoomNonAuthenticatedEntity.bedroomConfigurationList(List<BedroomConfigurationNonAuthenticatedEntity> bedroomConfigurationList) voidGuestRoomNonAuthenticatedEntity.setBedroomConfigurationList(List<BedroomConfigurationNonAuthenticatedEntity> bedroomConfigurationList)