Uses of Class
travel.wink.sdk.affiliate.model.StaticSellerListWrapperAffiliate
Packages that use StaticSellerListWrapperAffiliate
-
Uses of StaticSellerListWrapperAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type StaticSellerListWrapperAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticSellerListWrapperAffiliate> InventoryGridsApi.createCuratedList(String companyIdentifier, CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) Create Curated List Create a new curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapperAffiliate>> InventoryGridsApi.createCuratedListWithHttpInfo(String companyIdentifier, CreateStaticSellerListAndAddItemRequestAffiliate createStaticSellerListAndAddItemRequestAffiliate, String winkVersion) Create Curated List Create a new curated listreactor.core.publisher.Flux<StaticSellerListWrapperAffiliate> InventoryGridsApi.showCuratedLists(String companyIdentifier, Boolean withItems, String winkVersion) Show Curated Lists Retrieve lists optionally with content.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StaticSellerListWrapperAffiliate>>> InventoryGridsApi.showCuratedListsWithHttpInfo(String companyIdentifier, Boolean withItems, String winkVersion) Show Curated Lists Retrieve lists optionally with content.reactor.core.publisher.Mono<StaticSellerListWrapperAffiliate> InventoryGridsApi.updateCuratedList(String companyIdentifier, String listIdentifier, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) Update Curated List Update curated list by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapperAffiliate>> InventoryGridsApi.updateCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) Update Curated List Update curated list by its unique identifier -
Uses of StaticSellerListWrapperAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return StaticSellerListWrapperAffiliateModifier and TypeMethodDescriptionStaticSellerListWrapperAffiliate._list(StaticSellerListViewAffiliate _list) StaticSellerListWrapperAffiliate.addItemsItem(StaticSellerListItemViewAffiliate itemsItem) StaticSellerListWrapperAffiliate.items(List<StaticSellerListItemViewAffiliate> items)