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