Uses of Class
travel.wink.sdk.inventory.model.RoomTypeWithPriceConfigurationNonAuthenticatedEntity
Packages that use RoomTypeWithPriceConfigurationNonAuthenticatedEntity
-
Uses of RoomTypeWithPriceConfigurationNonAuthenticatedEntity in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return RoomTypeWithPriceConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.getLowestPrice()Uses the content from roomTypes and shows the room type with the lowest price.RoomTypeWithPriceConfigurationNonAuthenticatedEntity.price(RoomConfigurationPriceNonAuthenticatedEntity price) RoomTypeWithPriceConfigurationNonAuthenticatedEntity.room(GuestRoomLightweightNonAuthenticatedEntity room) Methods in travel.wink.sdk.inventory.model that return types with arguments of type RoomTypeWithPriceConfigurationNonAuthenticatedEntityModifier and TypeMethodDescription@Valid List<@Valid RoomTypeWithPriceConfigurationNonAuthenticatedEntity> HotelInventoryResponseNonAuthenticatedEntity.getCheapestRoomTypes()Uses the content from roomTypes and displays the lowest price for each room type that is available.Methods in travel.wink.sdk.inventory.model with parameters of type RoomTypeWithPriceConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.addCheapestRoomTypesItem(RoomTypeWithPriceConfigurationNonAuthenticatedEntity cheapestRoomTypesItem) HotelInventoryResponseNonAuthenticatedEntity.lowestPrice(RoomTypeWithPriceConfigurationNonAuthenticatedEntity lowestPrice) voidHotelInventoryResponseNonAuthenticatedEntity.setLowestPrice(RoomTypeWithPriceConfigurationNonAuthenticatedEntity lowestPrice) Method parameters in travel.wink.sdk.inventory.model with type arguments of type RoomTypeWithPriceConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.cheapestRoomTypes(List<@Valid RoomTypeWithPriceConfigurationNonAuthenticatedEntity> cheapestRoomTypes) voidHotelInventoryResponseNonAuthenticatedEntity.setCheapestRoomTypes(List<@Valid RoomTypeWithPriceConfigurationNonAuthenticatedEntity> cheapestRoomTypes)