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