Uses of Class
com.adobe.aco.model.ProductMetaAttribute
-
Packages that use ProductMetaAttribute Package Description com.adobe.aco.model -
-
Uses of ProductMetaAttribute in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductMetaAttribute Modifier and Type Method Description ProductMetaAttributeProductMetaAttribute. addKeywordsItem(String keywordsItem)ProductMetaAttributeProductMetaAttribute. description(String description)static ProductMetaAttributeProductMetaAttribute. fromJson(String jsonString)Create an instance of ProductMetaAttribute given an JSON stringProductMetaAttributeFeedProduct. getMetaTags()Get metaTagsProductMetaAttributeFeedProductUpdate. getMetaTags()Get metaTagsProductMetaAttributeProductMetaAttribute. keywords(List<String> keywords)ProductMetaAttributeProductMetaAttribute. title(String title)Methods in com.adobe.aco.model with parameters of type ProductMetaAttribute Modifier and Type Method Description FeedProductFeedProduct. metaTags(ProductMetaAttribute metaTags)FeedProductUpdateFeedProductUpdate. metaTags(ProductMetaAttribute metaTags)voidFeedProduct. setMetaTags(ProductMetaAttribute metaTags)voidFeedProductUpdate. setMetaTags(ProductMetaAttribute metaTags)
-