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