Uses of Class
com.buttercms.model.Tag
| Package | Description |
|---|---|
| com.buttercms.model |
-
Uses of Tag in com.buttercms.model
Methods in com.buttercms.model that return Tag Modifier and Type Method Description TagTagResponse. getData()TagTag. setRecentPosts(List<Post> recentPosts)Methods in com.buttercms.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>TagsResponse. getData()List<Tag>Post. getTags()Methods in com.buttercms.model with parameters of type Tag Modifier and Type Method Description TagResponseTagResponse. setData(Tag data)Method parameters in com.buttercms.model with type arguments of type Tag Modifier and Type Method Description TagsResponseTagsResponse. setData(List<Tag> data)voidPost. setTags(List<Tag> tags)