Uses of Class
travel.wink.sdk.affiliate.browse.model.InventoryAggregateLightweightAffiliate
Packages that use InventoryAggregateLightweightAffiliate
-
Uses of InventoryAggregateLightweightAffiliate in travel.wink.sdk.affiliate.browse.api
Methods in travel.wink.sdk.affiliate.browse.api that return types with arguments of type InventoryAggregateLightweightAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Flux<InventoryAggregateLightweightAffiliate> BrowseApi.showLatestInventory(Integer page, Integer size, String displayCurrency, String winkVersion, String accept) Latest Inventory Retrieves a list of latest available inventory.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventoryAggregateLightweightAffiliate>>> BrowseApi.showLatestInventoryWithHttpInfo(Integer page, Integer size, String displayCurrency, String winkVersion, String accept) Latest Inventory Retrieves a list of latest available inventory. -
Uses of InventoryAggregateLightweightAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return InventoryAggregateLightweightAffiliateModifier and TypeMethodDescriptionInventoryAggregateLightweightAffiliate.address(InventoryAddressAffiliate address) InventoryAggregateLightweightAffiliate.commissionable(Boolean commissionable) InventoryAggregateLightweightAffiliate.createdDate(LocalDateTime createdDate) InventoryAggregateLightweightAffiliate.hotel(PropertyAggregateLightweightAffiliate hotel) InventoryAggregateLightweightAffiliate.imageIdentifier(String imageIdentifier) InventoryAggregateLightweightAffiliate.inventoryIdentifier(UUID inventoryIdentifier) InventoryAggregateLightweightAffiliate.inventoryName(String inventoryName) InventoryAggregateLightweightAffiliate.inventoryNameInEnglish(String inventoryNameInEnglish) InventoryAggregateLightweightAffiliate.inventoryType(InventoryAggregateLightweightAffiliate.InventoryTypeEnum inventoryType) InventoryAggregateLightweightAffiliate.lastUpdate(LocalDateTime lastUpdate) InventoryAggregateLightweightAffiliate.location(GeoJsonPointAffiliate location) InventoryAggregateLightweightAffiliate.lowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) InventoryAggregateLightweightAffiliate.lowestPrice(CustomMonetaryAmount lowestPrice) InventoryAggregateLightweightAffiliate.pricePoint(InventoryAggregateLightweightAffiliate.PricePointEnum pricePoint) InventoryAggregateLightweightAffiliate.salesChannel(SalesChannelLightweightAffiliate salesChannel) Methods in travel.wink.sdk.affiliate.browse.model that return types with arguments of type InventoryAggregateLightweightAffiliateModifier and TypeMethodDescription@Valid List<@Valid InventoryAggregateLightweightAffiliate> PageInventoryAggregateLightweightAffiliate.getContent()Get contentMethods in travel.wink.sdk.affiliate.browse.model with parameters of type InventoryAggregateLightweightAffiliateModifier and TypeMethodDescriptionPageInventoryAggregateLightweightAffiliate.addContentItem(InventoryAggregateLightweightAffiliate contentItem) Method parameters in travel.wink.sdk.affiliate.browse.model with type arguments of type InventoryAggregateLightweightAffiliateModifier and TypeMethodDescriptionPageInventoryAggregateLightweightAffiliate.content(List<@Valid InventoryAggregateLightweightAffiliate> content) voidPageInventoryAggregateLightweightAffiliate.setContent(List<@Valid InventoryAggregateLightweightAffiliate> content)