Uses of Class
com.buttercms.model.Category
| Package | Description |
|---|---|
| com.buttercms.model |
-
Uses of Category in com.buttercms.model
Methods in com.buttercms.model that return Category Modifier and Type Method Description CategoryCategoryResponse. getData()CategoryCategory. setRecentPosts(List<Post> recentPosts)Methods in com.buttercms.model that return types with arguments of type Category Modifier and Type Method Description List<Category>Post. getCategories()List<Category>CategoriesResponse. getData()Methods in com.buttercms.model with parameters of type Category Modifier and Type Method Description CategoryResponseCategoryResponse. setData(Category data)Method parameters in com.buttercms.model with type arguments of type Category Modifier and Type Method Description voidPost. setCategories(List<Category> categories)CategoriesResponseCategoriesResponse. setData(List<Category> data)