Uses of Class
travel.wink.sdk.affiliate.browse.model.InventorySupplierAggregateLightweightAffiliate
Packages that use InventorySupplierAggregateLightweightAffiliate
-
Uses of InventorySupplierAggregateLightweightAffiliate in travel.wink.sdk.affiliate.browse.api
Methods in travel.wink.sdk.affiliate.browse.api that return types with arguments of type InventorySupplierAggregateLightweightAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<InventorySupplierAggregateLightweightAffiliate> BrowseApi.showInventorySupplier(String supplierIdentifier, String salesChannelIdentifier, String displayCurrency, String winkVersion, String accept) Show Supplier Retrieves supplier details based on existing sales channel ID.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventorySupplierAggregateLightweightAffiliate>> BrowseApi.showInventorySupplierWithHttpInfo(String supplierIdentifier, String salesChannelIdentifier, String displayCurrency, String winkVersion, String accept) Show Supplier Retrieves supplier details based on existing sales channel ID.reactor.core.publisher.Flux<InventorySupplierAggregateLightweightAffiliate> BrowseApi.showLatestInventorySupplierList(Integer page, Integer size, String displayCurrency, String winkVersion, String accept) Latest Suppliers Retrieves a list of latest available inventorysuppliers.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventorySupplierAggregateLightweightAffiliate>>> BrowseApi.showLatestInventorySupplierListWithHttpInfo(Integer page, Integer size, String displayCurrency, String winkVersion, String accept) Latest Suppliers Retrieves a list of latest available inventorysuppliers. -
Uses of InventorySupplierAggregateLightweightAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return InventorySupplierAggregateLightweightAffiliateModifier and TypeMethodDescriptionInventorySupplierAggregateLightweightAffiliate.hotel(PropertyAggregateLightweightAffiliate hotel) InventorySupplierAggregateLightweightAffiliate.lowestDisplayPrice(CustomMonetaryAmount lowestDisplayPrice) InventorySupplierAggregateLightweightAffiliate.lowestPrice(CustomMonetaryAmount lowestPrice) InventorySupplierAggregateLightweightAffiliate.salesChannel(SalesChannelLightweightAffiliate salesChannel) Methods in travel.wink.sdk.affiliate.browse.model that return types with arguments of type InventorySupplierAggregateLightweightAffiliateModifier and TypeMethodDescription@Valid List<@Valid InventorySupplierAggregateLightweightAffiliate> PageInventorySupplierAggregateLightweightAffiliate.getContent()Get contentMethods in travel.wink.sdk.affiliate.browse.model with parameters of type InventorySupplierAggregateLightweightAffiliateModifier and TypeMethodDescriptionPageInventorySupplierAggregateLightweightAffiliate.addContentItem(InventorySupplierAggregateLightweightAffiliate contentItem) Method parameters in travel.wink.sdk.affiliate.browse.model with type arguments of type InventorySupplierAggregateLightweightAffiliateModifier and TypeMethodDescriptionPageInventorySupplierAggregateLightweightAffiliate.content(List<@Valid InventorySupplierAggregateLightweightAffiliate> content) voidPageInventorySupplierAggregateLightweightAffiliate.setContent(List<@Valid InventorySupplierAggregateLightweightAffiliate> content)