Uses of Class
travel.wink.sdk.inventory.model.RoomTypeWithPriceConfigurationsNonAuthenticatedEntity
Packages that use RoomTypeWithPriceConfigurationsNonAuthenticatedEntity
-
Uses of RoomTypeWithPriceConfigurationsNonAuthenticatedEntity in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return RoomTypeWithPriceConfigurationsNonAuthenticatedEntityModifier and TypeMethodDescriptionRoomTypeWithPriceConfigurationsNonAuthenticatedEntity.addPriceConfigurationsItem(RoomConfigurationPriceNonAuthenticatedEntity priceConfigurationsItem) RoomTypeWithPriceConfigurationsNonAuthenticatedEntity.bestPrice(RoomConfigurationPriceNonAuthenticatedEntity bestPrice) RoomTypeWithPriceConfigurationsNonAuthenticatedEntity.priceConfigurations(List<RoomConfigurationPriceNonAuthenticatedEntity> priceConfigurations) RoomTypeWithPriceConfigurationsNonAuthenticatedEntity.room(GuestRoomNonAuthenticatedEntity room) Methods in travel.wink.sdk.inventory.model that return types with arguments of type RoomTypeWithPriceConfigurationsNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.getRoomTypes()List of room types with price configurations based on the itinerary that was passed on the user session.Methods in travel.wink.sdk.inventory.model with parameters of type RoomTypeWithPriceConfigurationsNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.addRoomTypesItem(RoomTypeWithPriceConfigurationsNonAuthenticatedEntity roomTypesItem) Method parameters in travel.wink.sdk.inventory.model with type arguments of type RoomTypeWithPriceConfigurationsNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.roomTypes(List<RoomTypeWithPriceConfigurationsNonAuthenticatedEntity> roomTypes) voidHotelInventoryResponseNonAuthenticatedEntity.setRoomTypes(List<RoomTypeWithPriceConfigurationsNonAuthenticatedEntity> roomTypes)