Uses of Class
com.foxinmy.weixin4j.mp.model.ArticleComment.ArticleCommentType
-
Packages that use ArticleComment.ArticleCommentType Package Description com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.model -
-
Uses of ArticleComment.ArticleCommentType in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp with parameters of type ArticleComment.ArticleCommentType Modifier and Type Method Description List<ArticleComment>
WeixinProxy. listAllArticleComments(ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表Pagedata<ArticleComment>
WeixinProxy. listArticleComments(Pageable page, ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表 -
Uses of ArticleComment.ArticleCommentType in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type ArticleComment.ArticleCommentType Modifier and Type Method Description List<ArticleComment>
CommentApi. listAllArticleComments(ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表Pagedata<ArticleComment>
CommentApi. listArticleComments(Pageable page, ArticleComment.ArticleCommentType commentType, String msgid, int index)
获取评论列表 -
Uses of ArticleComment.ArticleCommentType in com.foxinmy.weixin4j.mp.model
Methods in com.foxinmy.weixin4j.mp.model that return ArticleComment.ArticleCommentType Modifier and Type Method Description ArticleComment.ArticleCommentType
ArticleComment. getFormatType()
static ArticleComment.ArticleCommentType
ArticleComment.ArticleCommentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArticleComment.ArticleCommentType[]
ArticleComment.ArticleCommentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-