Uses of Class
travel.wink.affiliate.model.SellerUrl
Packages that use SellerUrl
-
Uses of SellerUrl in travel.wink.affiliate.api
Methods in travel.wink.affiliate.api with parameters of type SellerUrlModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerUrlView>ShareableLinksApi.createSellerUrl(String companyIdentifier, SellerUrl sellerUrl) Create Link Create a new shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlView>>ShareableLinksApi.createSellerUrlWithHttpInfo(String companyIdentifier, SellerUrl sellerUrl) reactor.core.publisher.Mono<SellerUrlView>ShareableLinksApi.updateSellerUrl(String companyIdentifier, String sellerUrlIdentifier, SellerUrl sellerUrl) Update link Modify a shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlView>>ShareableLinksApi.updateSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, SellerUrl sellerUrl) -
Uses of SellerUrl in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return SellerUrlModifier and TypeMethodDescriptionSellerUrl.addDescriptionsItem(SimpleDescription descriptionsItem) SellerUrl.addKeywordsItem(String keywordsItem) SellerUrl.addMultimediaIdentifiersItem(String multimediaIdentifiersItem) SellerUrl.animateDelay(Integer animateDelay) SellerUrl.channelInventoryIdentifier(String channelInventoryIdentifier) SellerUrl.descriptions(List<SimpleDescription> descriptions) SellerUrl.engineConfigurationIdentifier(String engineConfigurationIdentifier) SellerUrl.facebookAppId(String facebookAppId) @NotNull @Valid SellerUrlSellerUrlView.getSellerUrl()Get sellerUrlSellerUrl.identifier(String identifier) SellerUrl.inventoryType(SellerUrl.InventoryTypeEnum inventoryType) SellerUrl.multimediaIdentifiers(List<String> multimediaIdentifiers) SellerUrl.sellerIdentifier(String sellerIdentifier) SellerUrl.sellerUrlName(String sellerUrlName) SellerUrl.status(SellerUrl.StatusEnum status) SellerUrl.supplierIdentifier(String supplierIdentifier) SellerUrl.theme(SellerUrl.ThemeEnum theme) SellerUrl.twitterAccount(String twitterAccount) Methods in travel.wink.affiliate.model with parameters of type SellerUrl