Uses of Class
travel.wink.sdk.affiliate.model.InventoryViewAffiliate
Packages that use InventoryViewAffiliate
-
Uses of InventoryViewAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type InventoryViewAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Flux<InventoryViewAffiliate> DiscoverApi.showLatestInventory(String companyIdentifier, Integer page, Integer size, String winkVersion) Latest Inventory Retrieves a list of latest available inventory.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventoryViewAffiliate>>> DiscoverApi.showLatestInventoryWithHttpInfo(String companyIdentifier, Integer page, Integer size, String winkVersion) Latest Inventory Retrieves a list of latest available inventory. -
Uses of InventoryViewAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return InventoryViewAffiliateModifier and TypeMethodDescriptionInventoryViewAffiliate.createdDate(LocalDateTime createdDate) InventoryViewAffiliate.inventory(InventoryAffiliate inventory) InventoryViewAffiliate.lastUpdate(LocalDateTime lastUpdate) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type InventoryViewAffiliateModifier and TypeMethodDescription@Valid List<InventoryViewAffiliate> PageInventoryViewAffiliate.getContent()Get contentMethods in travel.wink.sdk.affiliate.model with parameters of type InventoryViewAffiliateModifier and TypeMethodDescriptionPageInventoryViewAffiliate.addContentItem(InventoryViewAffiliate contentItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type InventoryViewAffiliateModifier and TypeMethodDescriptionPageInventoryViewAffiliate.content(List<InventoryViewAffiliate> content) voidPageInventoryViewAffiliate.setContent(List<InventoryViewAffiliate> content)