Uses of Class
travel.wink.sdk.affiliate.model.UpsertSellerInventoryRankedListRequestAffiliate
Packages that use UpsertSellerInventoryRankedListRequestAffiliate
-
Uses of UpsertSellerInventoryRankedListRequestAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type UpsertSellerInventoryRankedListRequestAffiliateModifier 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 gridorg.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryGridsApi.createSellerInventoryRankedListWithResponseSpec(String companyIdentifier, UpsertSellerInventoryRankedListRequestAffiliate upsertSellerInventoryRankedListRequestAffiliate, String winkVersion) Create Ranked Grid Create a new ranked gridreactor.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 gridorg.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryGridsApi.updateSellerInventoryRankedListWithResponseSpec(String companyIdentifier, String listIdentifier, UpsertSellerInventoryRankedListRequestAffiliate upsertSellerInventoryRankedListRequestAffiliate, String winkVersion) Update Ranked Grid Update existing ranked grid -
Uses of UpsertSellerInventoryRankedListRequestAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return UpsertSellerInventoryRankedListRequestAffiliateModifier and TypeMethodDescriptionUpsertSellerInventoryRankedListRequestAffiliate.addDescriptionsItem(SimpleDescriptionAffiliate descriptionsItem) UpsertSellerInventoryRankedListRequestAffiliate.addKeywordsItem(String keywordsItem) UpsertSellerInventoryRankedListRequestAffiliate.animateDelay(Integer animateDelay) UpsertSellerInventoryRankedListRequestAffiliate.descriptions(List<SimpleDescriptionAffiliate> descriptions) UpsertSellerInventoryRankedListRequestAffiliate.displayType(UpsertSellerInventoryRankedListRequestAffiliate.DisplayTypeEnum displayType) UpsertSellerInventoryRankedListRequestAffiliate.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) UpsertSellerInventoryRankedListRequestAffiliate.lookup(LookupAffiliate lookup) UpsertSellerInventoryRankedListRequestAffiliate.sellerInventoryRankedListName(String sellerInventoryRankedListName) UpsertSellerInventoryRankedListRequestAffiliate.sort(UpsertSellerInventoryRankedListRequestAffiliate.SortEnum sort)