Uses of Class
travel.wink.sdk.affiliate.model.SellerInventoryListView
Packages that use SellerInventoryListView
-
Uses of SellerInventoryListView in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type SellerInventoryListViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryListView>InventoryGridsApi.createSellerInventoryList(String companyIdentifier, SellerInventoryList sellerInventoryList, String winkVersion) Create Grid Create a new curated / saved search listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>>InventoryGridsApi.createSellerInventoryListWithHttpInfo(String companyIdentifier, SellerInventoryList sellerInventoryList, String winkVersion) reactor.core.publisher.Mono<SellerInventoryListView>InventoryGridsApi.showSellerInventoryList(String companyIdentifier, String listIdentifier, String winkVersion) Show Grid Retrieve a specific curated / saved search list.reactor.core.publisher.Flux<SellerInventoryListView>InventoryGridsApi.showSellerInventoryLists(String companyIdentifier, String winkVersion) Show Grids Retrieve curated / saved search list lists.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerInventoryListView>>>InventoryGridsApi.showSellerInventoryListsWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>>InventoryGridsApi.showSellerInventoryListWithHttpInfo(String companyIdentifier, String listIdentifier, String winkVersion) reactor.core.publisher.Mono<SellerInventoryListView>InventoryGridsApi.updateSellerInventoryList(String companyIdentifier, String listIdentifier, SellerInventoryList sellerInventoryList, String winkVersion) Update Grid Update an existing curated / saved search list.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>>InventoryGridsApi.updateSellerInventoryListWithHttpInfo(String companyIdentifier, String listIdentifier, SellerInventoryList sellerInventoryList, String winkVersion) -
Uses of SellerInventoryListView in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SellerInventoryListViewModifier and TypeMethodDescriptionSellerInventoryListView.sellerInventoryList(SellerInventoryList sellerInventoryList)