Uses of Class
travel.wink.sdk.booking.model.BedroomConfigurationAuthenticatedEntity
Packages that use BedroomConfigurationAuthenticatedEntity
-
Uses of BedroomConfigurationAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BedroomConfigurationAuthenticatedEntityModifier and TypeMethodDescriptionBedroomConfigurationAuthenticatedEntity.addBedroomListItem(BedroomAuthenticatedEntity bedroomListItem) BedroomConfigurationAuthenticatedEntity.bedroomList(List<BedroomAuthenticatedEntity> bedroomList) @NotNull @Valid BedroomConfigurationAuthenticatedEntityRoomStayAuthenticatedEntity.getBedroomConfiguration()Get bedroomConfigurationBedroomConfigurationAuthenticatedEntity.identifier(UUID identifier) Methods in travel.wink.sdk.booking.model that return types with arguments of type BedroomConfigurationAuthenticatedEntityModifier and TypeMethodDescription@NotNull @Valid List<BedroomConfigurationAuthenticatedEntity> GuestRoomLightweightAuthenticatedEntity.getBedroomConfigurationList()A room type can have more than one bed configuration.Methods in travel.wink.sdk.booking.model with parameters of type BedroomConfigurationAuthenticatedEntityModifier and TypeMethodDescriptionGuestRoomLightweightAuthenticatedEntity.addBedroomConfigurationListItem(BedroomConfigurationAuthenticatedEntity bedroomConfigurationListItem) RoomStayAuthenticatedEntity.bedroomConfiguration(BedroomConfigurationAuthenticatedEntity bedroomConfiguration) voidRoomStayAuthenticatedEntity.setBedroomConfiguration(BedroomConfigurationAuthenticatedEntity bedroomConfiguration) Method parameters in travel.wink.sdk.booking.model with type arguments of type BedroomConfigurationAuthenticatedEntityModifier and TypeMethodDescriptionGuestRoomLightweightAuthenticatedEntity.bedroomConfigurationList(List<BedroomConfigurationAuthenticatedEntity> bedroomConfigurationList) voidGuestRoomLightweightAuthenticatedEntity.setBedroomConfigurationList(List<BedroomConfigurationAuthenticatedEntity> bedroomConfigurationList)