Uses of Class
travel.wink.sdk.affiliate.model.UpsertSellerUrlRequestAffiliate
Packages that use UpsertSellerUrlRequestAffiliate
-
Uses of UpsertSellerUrlRequestAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type UpsertSellerUrlRequestAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerUrlViewAffiliate> ShareableLinksApi.createSellerUrl(String companyIdentifier, UpsertSellerUrlRequestAffiliate upsertSellerUrlRequestAffiliate, String winkVersion) Create Link Create a new shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlViewAffiliate>> ShareableLinksApi.createSellerUrlWithHttpInfo(String companyIdentifier, UpsertSellerUrlRequestAffiliate upsertSellerUrlRequestAffiliate, String winkVersion) Create Link Create a new shareable linkorg.springframework.web.reactive.function.client.WebClient.ResponseSpecShareableLinksApi.createSellerUrlWithResponseSpec(String companyIdentifier, UpsertSellerUrlRequestAffiliate upsertSellerUrlRequestAffiliate, String winkVersion) Create Link Create a new shareable linkreactor.core.publisher.Mono<SellerUrlViewAffiliate> ShareableLinksApi.updateSellerUrl(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequestAffiliate upsertSellerUrlRequestAffiliate, String winkVersion) Update link Modify a shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlViewAffiliate>> ShareableLinksApi.updateSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequestAffiliate upsertSellerUrlRequestAffiliate, String winkVersion) Update link Modify a shareable linkorg.springframework.web.reactive.function.client.WebClient.ResponseSpecShareableLinksApi.updateSellerUrlWithResponseSpec(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequestAffiliate upsertSellerUrlRequestAffiliate, String winkVersion) Update link Modify a shareable link -
Uses of UpsertSellerUrlRequestAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return UpsertSellerUrlRequestAffiliateModifier and TypeMethodDescriptionUpsertSellerUrlRequestAffiliate.addDescriptionsItem(SimpleDescriptionAffiliate descriptionsItem) UpsertSellerUrlRequestAffiliate.addKeywordsItem(String keywordsItem) UpsertSellerUrlRequestAffiliate.addMultimediaIdentifiersItem(String multimediaIdentifiersItem) UpsertSellerUrlRequestAffiliate.animateDelay(Integer animateDelay) UpsertSellerUrlRequestAffiliate.channelInventoryIdentifier(String channelInventoryIdentifier) UpsertSellerUrlRequestAffiliate.descriptions(List<SimpleDescriptionAffiliate> descriptions) UpsertSellerUrlRequestAffiliate.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) UpsertSellerUrlRequestAffiliate.facebookAppId(String facebookAppId) UpsertSellerUrlRequestAffiliate.inventoryType(UpsertSellerUrlRequestAffiliate.InventoryTypeEnum inventoryType) UpsertSellerUrlRequestAffiliate.multimediaIdentifiers(List<String> multimediaIdentifiers) UpsertSellerUrlRequestAffiliate.sellerUrlName(String sellerUrlName) UpsertSellerUrlRequestAffiliate.supplierIdentifier(String supplierIdentifier) UpsertSellerUrlRequestAffiliate.theme(UpsertSellerUrlRequestAffiliate.ThemeEnum theme) UpsertSellerUrlRequestAffiliate.transactionalItemIdentifier(String transactionalItemIdentifier) UpsertSellerUrlRequestAffiliate.twitterAccount(String twitterAccount)