Uses of Class
com.adobe.aco.model.FeedCategoryDelete
-
Packages that use FeedCategoryDelete Package Description com.adobe.aco.client com.adobe.aco.model -
-
Uses of FeedCategoryDelete in com.adobe.aco.client
Method parameters in com.adobe.aco.client with type arguments of type FeedCategoryDelete Modifier and Type Method Description ProcessFeedResponseClient. deleteCategories(List<FeedCategoryDelete> data)Delete categories Delete categories and all their associated childrenProcessFeedResponseClientImpl. deleteCategories(List<FeedCategoryDelete> data)Delete categories Delete categories and all their associated children -
Uses of FeedCategoryDelete in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedCategoryDelete Modifier and Type Method Description static FeedCategoryDeleteFeedCategoryDelete. fromJson(String jsonString)Create an instance of FeedCategoryDelete given an JSON stringFeedCategoryDeleteFeedCategoryDelete. slug(String slug)FeedCategoryDeleteFeedCategoryDelete. source(Source source)
-