Uses of Class
com.buttercms.model.Author
| Package | Description |
|---|---|
| com.buttercms.model |
-
Uses of Author in com.buttercms.model
Methods in com.buttercms.model that return Author Modifier and Type Method Description AuthorPost. getAuthor()AuthorAuthorResponse. getData()AuthorAuthor. setRecentPosts(List<Post> recentPosts)Methods in com.buttercms.model that return types with arguments of type Author Modifier and Type Method Description List<Author>AuthorsResponse. getData()Methods in com.buttercms.model with parameters of type Author Modifier and Type Method Description voidPost. setAuthor(Author author)AuthorResponseAuthorResponse. setData(Author data)Method parameters in com.buttercms.model with type arguments of type Author Modifier and Type Method Description AuthorsResponseAuthorsResponse. setData(List<Author> data)