public static enum WxMpApiUrl.Comment extends Enum<WxMpApiUrl.Comment> implements WxMpApiUrl
WxMpApiUrl.AiOpen, WxMpApiUrl.Card, WxMpApiUrl.Comment, WxMpApiUrl.DataCube, WxMpApiUrl.Device, WxMpApiUrl.Draft, WxMpApiUrl.FreePublish, WxMpApiUrl.Guide, WxMpApiUrl.ImgProc, WxMpApiUrl.Invoice, WxMpApiUrl.Kefu, WxMpApiUrl.Marketing, WxMpApiUrl.MassMessage, WxMpApiUrl.Material, WxMpApiUrl.MemberCard, WxMpApiUrl.Menu, WxMpApiUrl.OAuth2, WxMpApiUrl.Ocr, WxMpApiUrl.Other, WxMpApiUrl.Qrcode, WxMpApiUrl.ShakeAround, WxMpApiUrl.Store, WxMpApiUrl.SubscribeMsg, WxMpApiUrl.TemplateMsg, WxMpApiUrl.User, WxMpApiUrl.UserBlacklist, WxMpApiUrl.UserTag, WxMpApiUrl.Wifi| 枚举常量和说明 | 
|---|
| CLOSE关闭已群发文章评论. | 
| DELETE删除评论. | 
| LIST查看指定文章的评论数据. | 
| MARK_ELECT将评论标记精选. | 
| OPEN打开已群发文章评论. | 
| REPLY_ADD回复评论. | 
| REPLY_DELETE删除回复. | 
| UNMARK_ELECT将评论取消精选. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| static WxMpApiUrl.Comment | valueOf(String name)返回带有指定名称的该类型的枚举常量。 | 
| static WxMpApiUrl.Comment[] | values()按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。 | 
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetPath, getPrefix, getUrlpublic static final WxMpApiUrl.Comment OPEN
public static final WxMpApiUrl.Comment CLOSE
public static final WxMpApiUrl.Comment LIST
public static final WxMpApiUrl.Comment MARK_ELECT
public static final WxMpApiUrl.Comment UNMARK_ELECT
public static final WxMpApiUrl.Comment DELETE
public static final WxMpApiUrl.Comment REPLY_ADD
public static final WxMpApiUrl.Comment REPLY_DELETE
public static WxMpApiUrl.Comment[] values()
for (WxMpApiUrl.Comment c : WxMpApiUrl.Comment.values()) System.out.println(c);
public static WxMpApiUrl.Comment valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2024. All rights reserved.