Uses of Class
travel.wink.sdk.lookup.model.RoomTypeBestPriceNonAuthenticatedEntity
Packages that use RoomTypeBestPriceNonAuthenticatedEntity
-
Uses of RoomTypeBestPriceNonAuthenticatedEntity in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return RoomTypeBestPriceNonAuthenticatedEntityModifier and TypeMethodDescription@NotNull @Valid RoomTypeBestPriceNonAuthenticatedEntityPropertyWithBestPriceNonAuthenticatedEntity.getLowestPrice()Best-priced room at propertyRoomTypeBestPriceNonAuthenticatedEntity.price(RoomConfigurationPriceNonAuthenticatedEntity price) RoomTypeBestPriceNonAuthenticatedEntity.roomTypeIdentifier(UUID roomTypeIdentifier) Methods in travel.wink.sdk.lookup.model that return types with arguments of type RoomTypeBestPriceNonAuthenticatedEntityModifier and TypeMethodDescription@NotNull @Valid List<@Valid RoomTypeBestPriceNonAuthenticatedEntity> PropertyWithBestPriceNonAuthenticatedEntity.getPriceList()Best-priced room typesMethods in travel.wink.sdk.lookup.model with parameters of type RoomTypeBestPriceNonAuthenticatedEntityModifier and TypeMethodDescriptionPropertyWithBestPriceNonAuthenticatedEntity.addPriceListItem(RoomTypeBestPriceNonAuthenticatedEntity priceListItem) PropertyWithBestPriceNonAuthenticatedEntity.lowestPrice(RoomTypeBestPriceNonAuthenticatedEntity lowestPrice) voidPropertyWithBestPriceNonAuthenticatedEntity.setLowestPrice(RoomTypeBestPriceNonAuthenticatedEntity lowestPrice) Method parameters in travel.wink.sdk.lookup.model with type arguments of type RoomTypeBestPriceNonAuthenticatedEntityModifier and TypeMethodDescriptionPropertyWithBestPriceNonAuthenticatedEntity.priceList(List<@Valid RoomTypeBestPriceNonAuthenticatedEntity> priceList) voidPropertyWithBestPriceNonAuthenticatedEntity.setPriceList(List<@Valid RoomTypeBestPriceNonAuthenticatedEntity> priceList)