Uses of Class
com.adobe.aco.model.ProductLink
-
Packages that use ProductLink Package Description com.adobe.aco.model -
-
Uses of ProductLink in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductLink Modifier and Type Method Description static ProductLinkProductLink. fromJson(String jsonString)Create an instance of ProductLink given an JSON stringProductLinkProductLink. sku(String sku)ProductLinkProductLink. type(String type)Methods in com.adobe.aco.model that return types with arguments of type ProductLink Modifier and Type Method Description List<ProductLink>FeedProduct. getLinks()A list of linked SKUs.List<ProductLink>FeedProductUpdate. getLinks()A list of linked SKUs.Methods in com.adobe.aco.model with parameters of type ProductLink Modifier and Type Method Description FeedProductFeedProduct. addLinksItem(ProductLink linksItem)FeedProductUpdateFeedProductUpdate. addLinksItem(ProductLink linksItem)Method parameters in com.adobe.aco.model with type arguments of type ProductLink Modifier and Type Method Description FeedProductFeedProduct. links(List<ProductLink> links)FeedProductUpdateFeedProductUpdate. links(List<ProductLink> links)voidFeedProduct. setLinks(List<ProductLink> links)voidFeedProductUpdate. setLinks(List<ProductLink> links)
-