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