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()Get lowestPriceRoomTypeWithPriceConfigurationNonAuthenticatedEntity.price(RoomConfigurationPriceNonAuthenticatedEntity price) RoomTypeWithPriceConfigurationNonAuthenticatedEntity.room(GuestRoomLightweightNonAuthenticatedEntity room) Methods in travel.wink.sdk.inventory.model that return types with arguments of type RoomTypeWithPriceConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.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<RoomTypeWithPriceConfigurationNonAuthenticatedEntity> cheapestRoomTypes) voidHotelInventoryResponseNonAuthenticatedEntity.setCheapestRoomTypes(List<RoomTypeWithPriceConfigurationNonAuthenticatedEntity> cheapestRoomTypes)