Uses of Class
travel.wink.sdk.affiliate.model.UpsertSellerInventoryItemAffiliate
Packages that use UpsertSellerInventoryItemAffiliate
-
Uses of UpsertSellerInventoryItemAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type UpsertSellerInventoryItemAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryItemViewAffiliate>InventoryCardsApi.createSellerInventoryItem(String companyIdentifier, UpsertSellerInventoryItemAffiliate upsertSellerInventoryItemAffiliate, String winkVersion) Create Card Create a new inventory cardreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemViewAffiliate>>InventoryCardsApi.createSellerInventoryItemWithHttpInfo(String companyIdentifier, UpsertSellerInventoryItemAffiliate upsertSellerInventoryItemAffiliate, String winkVersion) Create Card Create a new inventory cardorg.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryCardsApi.createSellerInventoryItemWithResponseSpec(String companyIdentifier, UpsertSellerInventoryItemAffiliate upsertSellerInventoryItemAffiliate, String winkVersion) Create Card Create a new inventory cardreactor.core.publisher.Mono<SellerInventoryItemViewAffiliate>InventoryCardsApi.updateSellerInventoryItem(String companyIdentifier, String inventoryIdentifier, UpsertSellerInventoryItemAffiliate upsertSellerInventoryItemAffiliate, String winkVersion) Update Card Update an existing cardreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemViewAffiliate>>InventoryCardsApi.updateSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, UpsertSellerInventoryItemAffiliate upsertSellerInventoryItemAffiliate, String winkVersion) Update Card Update an existing cardorg.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryCardsApi.updateSellerInventoryItemWithResponseSpec(String companyIdentifier, String inventoryIdentifier, UpsertSellerInventoryItemAffiliate upsertSellerInventoryItemAffiliate, String winkVersion) Update Card Update an existing card -
Uses of UpsertSellerInventoryItemAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return UpsertSellerInventoryItemAffiliateModifier and TypeMethodDescriptionUpsertSellerInventoryItemAffiliate.addDescriptionsItem(SimpleDescriptionAffiliate descriptionsItem) UpsertSellerInventoryItemAffiliate.addKeywordsItem(String keywordsItem) UpsertSellerInventoryItemAffiliate.addMultimediaIdentifiersItem(String multimediaIdentifiersItem) UpsertSellerInventoryItemAffiliate.animateDelay(Integer animateDelay) UpsertSellerInventoryItemAffiliate.channelInventoryIdentifier(UUID channelInventoryIdentifier) UpsertSellerInventoryItemAffiliate.channelInventoryType(UpsertSellerInventoryItemAffiliate.ChannelInventoryTypeEnum channelInventoryType) UpsertSellerInventoryItemAffiliate.descriptions(List<SimpleDescriptionAffiliate> descriptions) UpsertSellerInventoryItemAffiliate.displayType(UpsertSellerInventoryItemAffiliate.DisplayTypeEnum displayType) UpsertSellerInventoryItemAffiliate.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) UpsertSellerInventoryItemAffiliate.inventoryType(UpsertSellerInventoryItemAffiliate.InventoryTypeEnum inventoryType) UpsertSellerInventoryItemAffiliate.multimediaIdentifiers(List<String> multimediaIdentifiers) UpsertSellerInventoryItemAffiliate.sellerInventoryItemName(String sellerInventoryItemName) UpsertSellerInventoryItemAffiliate.sort(UpsertSellerInventoryItemAffiliate.SortEnum sort) UpsertSellerInventoryItemAffiliate.status(UpsertSellerInventoryItemAffiliate.StatusEnum status) UpsertSellerInventoryItemAffiliate.supplierIdentifier(UUID supplierIdentifier)