Uses of Class
travel.wink.sdk.affiliate.model.UpsertSellerInventoryListRequestAffiliate
Packages that use UpsertSellerInventoryListRequestAffiliate
-
Uses of UpsertSellerInventoryListRequestAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type UpsertSellerInventoryListRequestAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryListViewAffiliate>InventoryGridsApi.createSellerInventoryList(String companyIdentifier, UpsertSellerInventoryListRequestAffiliate upsertSellerInventoryListRequestAffiliate, String winkVersion) Create Grid Create a new curated / saved search listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListViewAffiliate>>InventoryGridsApi.createSellerInventoryListWithHttpInfo(String companyIdentifier, UpsertSellerInventoryListRequestAffiliate upsertSellerInventoryListRequestAffiliate, String winkVersion) Create Grid Create a new curated / saved search listorg.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryGridsApi.createSellerInventoryListWithResponseSpec(String companyIdentifier, UpsertSellerInventoryListRequestAffiliate upsertSellerInventoryListRequestAffiliate, String winkVersion) Create Grid Create a new curated / saved search listreactor.core.publisher.Mono<SellerInventoryListViewAffiliate>InventoryGridsApi.updateSellerInventoryList(String companyIdentifier, String listIdentifier, UpsertSellerInventoryListRequestAffiliate upsertSellerInventoryListRequestAffiliate, String winkVersion) Update Grid Update an existing curated / saved search list.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListViewAffiliate>>InventoryGridsApi.updateSellerInventoryListWithHttpInfo(String companyIdentifier, String listIdentifier, UpsertSellerInventoryListRequestAffiliate upsertSellerInventoryListRequestAffiliate, String winkVersion) Update Grid Update an existing curated / saved search list.org.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryGridsApi.updateSellerInventoryListWithResponseSpec(String companyIdentifier, String listIdentifier, UpsertSellerInventoryListRequestAffiliate upsertSellerInventoryListRequestAffiliate, String winkVersion) Update Grid Update an existing curated / saved search list. -
Uses of UpsertSellerInventoryListRequestAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return UpsertSellerInventoryListRequestAffiliateModifier and TypeMethodDescriptionUpsertSellerInventoryListRequestAffiliate.addDescriptionsItem(SimpleDescriptionAffiliate descriptionsItem) UpsertSellerInventoryListRequestAffiliate.addKeywordsItem(String keywordsItem) UpsertSellerInventoryListRequestAffiliate.animateDelay(Integer animateDelay) UpsertSellerInventoryListRequestAffiliate.descriptions(List<SimpleDescriptionAffiliate> descriptions) UpsertSellerInventoryListRequestAffiliate.displayType(UpsertSellerInventoryListRequestAffiliate.DisplayTypeEnum displayType) UpsertSellerInventoryListRequestAffiliate.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) UpsertSellerInventoryListRequestAffiliate.listIdentifier(UUID listIdentifier) UpsertSellerInventoryListRequestAffiliate.listType(UpsertSellerInventoryListRequestAffiliate.ListTypeEnum listType) UpsertSellerInventoryListRequestAffiliate.sellerInventoryListName(String sellerInventoryListName) UpsertSellerInventoryListRequestAffiliate.sort(UpsertSellerInventoryListRequestAffiliate.SortEnum sort)