Uses of Class
com.buttercms.model.Post
| Package | Description |
|---|---|
| com.buttercms.model |
-
Uses of Post in com.buttercms.model
Methods in com.buttercms.model that return Post Modifier and Type Method Description PostPostResponse. getData()Methods in com.buttercms.model that return types with arguments of type Post Modifier and Type Method Description List<Post>PostsResponse. getData()List<Post>Author. getRecentPosts()List<Post>Category. getRecentPosts()List<Post>Tag. getRecentPosts()Methods in com.buttercms.model with parameters of type Post Modifier and Type Method Description voidPostResponse. setData(Post data)Method parameters in com.buttercms.model with type arguments of type Post Modifier and Type Method Description PostsResponsePostsResponse. setData(List<Post> data)AuthorAuthor. setRecentPosts(List<Post> recentPosts)CategoryCategory. setRecentPosts(List<Post> recentPosts)TagTag. setRecentPosts(List<Post> recentPosts)