Uses of Class
travel.wink.sdk.inventory.model.AttractionLocalizedInventoryNonAuthenticatedEntity
Packages that use AttractionLocalizedInventoryNonAuthenticatedEntity
-
Uses of AttractionLocalizedInventoryNonAuthenticatedEntity in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return AttractionLocalizedInventoryNonAuthenticatedEntityModifier and TypeMethodDescriptionAttractionLocalizedInventoryNonAuthenticatedEntity._list(List<@Valid LocalizedTransactionalTravelInventoryNonAuthenticatedEntity> _list) AttractionLocalizedInventoryNonAuthenticatedEntity.addListItem(LocalizedTransactionalTravelInventoryNonAuthenticatedEntity _listItem) AttractionLocalizedInventoryNonAuthenticatedEntity.addPriceListItem(Object priceListItem) AttractionLocalizedInventoryNonAuthenticatedEntity.channelInventoryIdentifier(UUID channelInventoryIdentifier) AttractionLocalizedInventoryNonAuthenticatedEntity.commission(Float commission) AttractionLocalizedInventoryNonAuthenticatedEntity.commissionable(Boolean commissionable) AttractionLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity.getInventoryWithPrice()Attraction detailsMethods in travel.wink.sdk.inventory.model that return types with arguments of type AttractionLocalizedInventoryNonAuthenticatedEntityModifier and TypeMethodDescription@Valid List<@Valid AttractionLocalizedInventoryNonAuthenticatedEntity> HotelInventoryResponseNonAuthenticatedEntity.getAttractions()List of property attractions on and off the premises.Methods in travel.wink.sdk.inventory.model with parameters of type AttractionLocalizedInventoryNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.addAttractionsItem(AttractionLocalizedInventoryNonAuthenticatedEntity attractionsItem) AttractionLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity.inventoryWithPrice(AttractionLocalizedInventoryNonAuthenticatedEntity inventoryWithPrice) voidAttractionLocalizedInventoryWithHotelBestPriceNonAuthenticatedEntity.setInventoryWithPrice(AttractionLocalizedInventoryNonAuthenticatedEntity inventoryWithPrice) Method parameters in travel.wink.sdk.inventory.model with type arguments of type AttractionLocalizedInventoryNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.attractions(List<@Valid AttractionLocalizedInventoryNonAuthenticatedEntity> attractions) voidHotelInventoryResponseNonAuthenticatedEntity.setAttractions(List<@Valid AttractionLocalizedInventoryNonAuthenticatedEntity> attractions)