Uses of Class
travel.wink.sdk.affiliate.model.SellerInventoryList
Packages that use SellerInventoryList
-
Uses of SellerInventoryList in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type SellerInventoryListModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryListView>InventoryGridsApi.createSellerInventoryList(String companyIdentifier, SellerInventoryList sellerInventoryList, String winkVersion) Create Grid Create a new curated / saved search listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>>InventoryGridsApi.createSellerInventoryListWithHttpInfo(String companyIdentifier, SellerInventoryList sellerInventoryList, String winkVersion) reactor.core.publisher.Mono<SellerInventoryListView>InventoryGridsApi.updateSellerInventoryList(String companyIdentifier, String listIdentifier, SellerInventoryList sellerInventoryList, String winkVersion) Update Grid Update an existing curated / saved search list.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListView>>InventoryGridsApi.updateSellerInventoryListWithHttpInfo(String companyIdentifier, String listIdentifier, SellerInventoryList sellerInventoryList, String winkVersion) -
Uses of SellerInventoryList in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SellerInventoryListModifier and TypeMethodDescriptionSellerInventoryList.addDescriptionsItem(SimpleDescription descriptionsItem) SellerInventoryList.addKeywordsItem(String keywordsItem) SellerInventoryList.animateDelay(Integer animateDelay) SellerInventoryList.descriptions(List<SimpleDescription> descriptions) SellerInventoryList.displayType(SellerInventoryList.DisplayTypeEnum displayType) SellerInventoryList.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) @Valid SellerInventoryListSellerInventoryListView.getSellerInventoryList()Get sellerInventoryListSellerInventoryList.identifier(UUID identifier) SellerInventoryList.listIdentifier(UUID listIdentifier) SellerInventoryList.listType(SellerInventoryList.ListTypeEnum listType) SellerInventoryList.sellerIdentifier(UUID sellerIdentifier) SellerInventoryList.sellerInventoryListName(String sellerInventoryListName) SellerInventoryList.sort(SellerInventoryList.SortEnum sort) SellerInventoryList.status(SellerInventoryList.StatusEnum status) Methods in travel.wink.sdk.affiliate.model with parameters of type SellerInventoryListModifier and TypeMethodDescriptionSellerInventoryListView.sellerInventoryList(SellerInventoryList sellerInventoryList) voidSellerInventoryListView.setSellerInventoryList(SellerInventoryList sellerInventoryList)