Uses of Class
travel.wink.sdk.affiliate.model.UpsertSellerUrlRequest
Packages that use UpsertSellerUrlRequest
-
Uses of UpsertSellerUrlRequest in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type UpsertSellerUrlRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerUrlView>ShareableLinksApi.createSellerUrl(String companyIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest, String winkVersion) Create Link Create a new shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlView>>ShareableLinksApi.createSellerUrlWithHttpInfo(String companyIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest, String winkVersion) reactor.core.publisher.Mono<SellerUrlView>ShareableLinksApi.updateSellerUrl(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest, String winkVersion) Update link Modify a shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlView>>ShareableLinksApi.updateSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequest upsertSellerUrlRequest, String winkVersion) -
Uses of UpsertSellerUrlRequest in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return UpsertSellerUrlRequestModifier and TypeMethodDescriptionUpsertSellerUrlRequest.addDescriptionsItem(SimpleDescription descriptionsItem) UpsertSellerUrlRequest.addKeywordsItem(String keywordsItem) UpsertSellerUrlRequest.addMultimediaIdentifiersItem(String multimediaIdentifiersItem) UpsertSellerUrlRequest.animateDelay(Integer animateDelay) UpsertSellerUrlRequest.channelInventoryIdentifier(String channelInventoryIdentifier) UpsertSellerUrlRequest.descriptions(List<SimpleDescription> descriptions) UpsertSellerUrlRequest.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) UpsertSellerUrlRequest.facebookAppId(String facebookAppId) UpsertSellerUrlRequest.inventoryType(UpsertSellerUrlRequest.InventoryTypeEnum inventoryType) UpsertSellerUrlRequest.multimediaIdentifiers(List<String> multimediaIdentifiers) UpsertSellerUrlRequest.sellerUrlName(String sellerUrlName) UpsertSellerUrlRequest.status(UpsertSellerUrlRequest.StatusEnum status) UpsertSellerUrlRequest.supplierIdentifier(String supplierIdentifier) UpsertSellerUrlRequest.theme(UpsertSellerUrlRequest.ThemeEnum theme) UpsertSellerUrlRequest.twitterAccount(String twitterAccount)