Uses of Class
travel.wink.affiliate.model.SellerInventoryRankedListView
Packages that use SellerInventoryRankedListView
-
Uses of SellerInventoryRankedListView in travel.wink.affiliate.api
Methods in travel.wink.affiliate.api that return types with arguments of type SellerInventoryRankedListViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryRankedListView>InventoryGridsApi.createSellerInventoryRankedList(String companyIdentifier, SellerInventoryRankedList sellerInventoryRankedList) Create Ranked Grid Create a new ranked gridreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListView>>InventoryGridsApi.createSellerInventoryRankedListWithHttpInfo(String companyIdentifier, SellerInventoryRankedList sellerInventoryRankedList) reactor.core.publisher.Mono<SellerInventoryRankedListView>InventoryGridsApi.showSellerInventoryRankedList(String companyIdentifier, String listIdentifier, String accept) Show Ranked Grid Retrieve a specific ranked grid.reactor.core.publisher.Flux<SellerInventoryRankedListView>InventoryGridsApi.showSellerInventoryRankedLists(String companyIdentifier, String accept) Show Ranked Grids Retrieve list of ranked grids.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerInventoryRankedListView>>>InventoryGridsApi.showSellerInventoryRankedListsWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListView>>InventoryGridsApi.showSellerInventoryRankedListWithHttpInfo(String companyIdentifier, String listIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryRankedListView>InventoryGridsApi.updateSellerInventoryRankedList(String companyIdentifier, String listIdentifier, SellerInventoryRankedList sellerInventoryRankedList) Update Ranked Grid Update existing ranked gridreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListView>>InventoryGridsApi.updateSellerInventoryRankedListWithHttpInfo(String companyIdentifier, String listIdentifier, SellerInventoryRankedList sellerInventoryRankedList) -
Uses of SellerInventoryRankedListView in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return SellerInventoryRankedListViewModifier and TypeMethodDescriptionSellerInventoryRankedListView.sellerInventoryRankedList(SellerInventoryRankedList sellerInventoryRankedList)