Uses of Class
com.adobe.aco.model.FeedCategoryUpdate
-
Packages that use FeedCategoryUpdate Package Description com.adobe.aco.client com.adobe.aco.model -
-
Uses of FeedCategoryUpdate in com.adobe.aco.client
Method parameters in com.adobe.aco.client with type arguments of type FeedCategoryUpdate Modifier and Type Method Description ProcessFeedResponseClient. updateCategories(List<FeedCategoryUpdate> data)Update categories Update existing product categories with new values.ProcessFeedResponseClientImpl. updateCategories(List<FeedCategoryUpdate> data)Update categories Update existing product categories with new values. -
Uses of FeedCategoryUpdate in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedCategoryUpdate Modifier and Type Method Description FeedCategoryUpdateFeedCategoryUpdate. addFamiliesItem(String familiesItem)FeedCategoryUpdateFeedCategoryUpdate. families(List<String> families)static FeedCategoryUpdateFeedCategoryUpdate. fromJson(String jsonString)Create an instance of FeedCategoryUpdate given an JSON stringFeedCategoryUpdateFeedCategoryUpdate. name(String name)FeedCategoryUpdateFeedCategoryUpdate. slug(String slug)FeedCategoryUpdateFeedCategoryUpdate. source(Source source)
-