Uses of Class
com.adobe.aco.model.FeedCategory
-
Packages that use FeedCategory Package Description com.adobe.aco.client com.adobe.aco.model -
-
Uses of FeedCategory in com.adobe.aco.client
Method parameters in com.adobe.aco.client with type arguments of type FeedCategory Modifier and Type Method Description ProcessFeedResponseClient. createCategories(List<FeedCategory> data)Create categories Create new categories with hierarchical structure and slug-based paths.ProcessFeedResponseClientImpl. createCategories(List<FeedCategory> data)Create categories Create new categories with hierarchical structure and slug-based paths. -
Uses of FeedCategory in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedCategory Modifier and Type Method Description FeedCategoryFeedCategory. addFamiliesItem(String familiesItem)FeedCategoryFeedCategory. families(List<String> families)static FeedCategoryFeedCategory. fromJson(String jsonString)Create an instance of FeedCategory given an JSON stringFeedCategoryFeedCategory. name(String name)FeedCategoryFeedCategory. slug(String slug)FeedCategoryFeedCategory. source(Source source)
-