Uses of Class
travel.wink.sdk.affiliate.model.SellerInventoryListAffiliate
Packages that use SellerInventoryListAffiliate
-
Uses of SellerInventoryListAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type SellerInventoryListAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryListViewAffiliate>InventoryGridsApi.createSellerInventoryList(String companyIdentifier, SellerInventoryListAffiliate sellerInventoryListAffiliate, String winkVersion) Create Grid Create a new curated / saved search listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListViewAffiliate>>InventoryGridsApi.createSellerInventoryListWithHttpInfo(String companyIdentifier, SellerInventoryListAffiliate sellerInventoryListAffiliate, String winkVersion) reactor.core.publisher.Mono<SellerInventoryListViewAffiliate>InventoryGridsApi.updateSellerInventoryList(String companyIdentifier, String listIdentifier, SellerInventoryListAffiliate sellerInventoryListAffiliate, 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, SellerInventoryListAffiliate sellerInventoryListAffiliate, String winkVersion) -
Uses of SellerInventoryListAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SellerInventoryListAffiliateModifier and TypeMethodDescriptionSellerInventoryListAffiliate.addDescriptionsItem(SimpleDescriptionAffiliate descriptionsItem) SellerInventoryListAffiliate.addKeywordsItem(String keywordsItem) SellerInventoryListAffiliate.animateDelay(Integer animateDelay) SellerInventoryListAffiliate.descriptions(List<SimpleDescriptionAffiliate> descriptions) SellerInventoryListAffiliate.displayType(SellerInventoryListAffiliate.DisplayTypeEnum displayType) SellerInventoryListAffiliate.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) @Valid SellerInventoryListAffiliateSellerInventoryListViewAffiliate.getSellerInventoryList()Get sellerInventoryListSellerInventoryListAffiliate.identifier(UUID identifier) SellerInventoryListAffiliate.listIdentifier(UUID listIdentifier) SellerInventoryListAffiliate.listType(SellerInventoryListAffiliate.ListTypeEnum listType) SellerInventoryListAffiliate.sellerIdentifier(UUID sellerIdentifier) SellerInventoryListAffiliate.sellerInventoryListName(String sellerInventoryListName) SellerInventoryListAffiliate.sort(SellerInventoryListAffiliate.SortEnum sort) SellerInventoryListAffiliate.status(SellerInventoryListAffiliate.StatusEnum status) Methods in travel.wink.sdk.affiliate.model with parameters of type SellerInventoryListAffiliateModifier and TypeMethodDescriptionSellerInventoryListViewAffiliate.sellerInventoryList(SellerInventoryListAffiliate sellerInventoryList) voidSellerInventoryListViewAffiliate.setSellerInventoryList(SellerInventoryListAffiliate sellerInventoryList)