Uses of Class
travel.wink.sdk.affiliate.model.UpsertSupplierSellerInventoryItemRequestAffiliate
Packages that use UpsertSupplierSellerInventoryItemRequestAffiliate
-
Uses of UpsertSupplierSellerInventoryItemRequestAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type UpsertSupplierSellerInventoryItemRequestAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryItemViewAffiliate> InventoryCardsApi.createSupplierSellerInventoryItem(String companyIdentifier, UpsertSupplierSellerInventoryItemRequestAffiliate upsertSupplierSellerInventoryItemRequestAffiliate, String winkVersion) Create Supplier Card Creates a new inventory card for a supplier showing the best priced room.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemViewAffiliate>> InventoryCardsApi.createSupplierSellerInventoryItemWithHttpInfo(String companyIdentifier, UpsertSupplierSellerInventoryItemRequestAffiliate upsertSupplierSellerInventoryItemRequestAffiliate, String winkVersion) Create Supplier Card Creates a new inventory card for a supplier showing the best priced room.org.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryCardsApi.createSupplierSellerInventoryItemWithResponseSpec(String companyIdentifier, UpsertSupplierSellerInventoryItemRequestAffiliate upsertSupplierSellerInventoryItemRequestAffiliate, String winkVersion) Create Supplier Card Creates a new inventory card for a supplier showing the best priced room. -
Uses of UpsertSupplierSellerInventoryItemRequestAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return UpsertSupplierSellerInventoryItemRequestAffiliateModifier and TypeMethodDescriptionUpsertSupplierSellerInventoryItemRequestAffiliate.addDescriptionsItem(SimpleDescriptionAffiliate descriptionsItem) UpsertSupplierSellerInventoryItemRequestAffiliate.addKeywordsItem(String keywordsItem) UpsertSupplierSellerInventoryItemRequestAffiliate.addMultimediaIdentifiersItem(String multimediaIdentifiersItem) UpsertSupplierSellerInventoryItemRequestAffiliate.animateDelay(Integer animateDelay) UpsertSupplierSellerInventoryItemRequestAffiliate.channelInventoryType(UpsertSupplierSellerInventoryItemRequestAffiliate.ChannelInventoryTypeEnum channelInventoryType) UpsertSupplierSellerInventoryItemRequestAffiliate.descriptions(List<SimpleDescriptionAffiliate> descriptions) UpsertSupplierSellerInventoryItemRequestAffiliate.displayType(UpsertSupplierSellerInventoryItemRequestAffiliate.DisplayTypeEnum displayType) UpsertSupplierSellerInventoryItemRequestAffiliate.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) UpsertSupplierSellerInventoryItemRequestAffiliate.inventoryType(UpsertSupplierSellerInventoryItemRequestAffiliate.InventoryTypeEnum inventoryType) UpsertSupplierSellerInventoryItemRequestAffiliate.multimediaIdentifiers(List<String> multimediaIdentifiers) UpsertSupplierSellerInventoryItemRequestAffiliate.sellerInventoryItemName(String sellerInventoryItemName) UpsertSupplierSellerInventoryItemRequestAffiliate.sort(UpsertSupplierSellerInventoryItemRequestAffiliate.SortEnum sort) UpsertSupplierSellerInventoryItemRequestAffiliate.supplierIdentifier(UUID supplierIdentifier)