public static enum WxMpApiUrl.DataCube extends Enum<WxMpApiUrl.DataCube> 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| 枚举常量和说明 | 
|---|
| GET_ARTICLE_SUMMARYgetarticlesummary. | 
| GET_ARTICLE_TOTALgetarticletotal. | 
| GET_INTERFACE_SUMMARYgetinterfacesummary. | 
| GET_INTERFACE_SUMMARY_HOURgetinterfacesummaryhour. | 
| GET_UPSTREAM_MSGgetupstreammsg. | 
| GET_UPSTREAM_MSG_DISTgetupstreammsgdist. | 
| GET_UPSTREAM_MSG_DIST_MONTHgetupstreammsgdistmonth. | 
| GET_UPSTREAM_MSG_DIST_WEEKgetupstreammsgdistweek. | 
| GET_UPSTREAM_MSG_HOURgetupstreammsghour. | 
| GET_UPSTREAM_MSG_MONTHgetupstreammsgmonth. | 
| GET_UPSTREAM_MSG_WEEKgetupstreammsgweek. | 
| GET_USER_CUMULATEgetusercumulate. | 
| GET_USER_READgetuserread. | 
| GET_USER_READ_HOURgetuserreadhour. | 
| GET_USER_SHAREgetusershare. | 
| GET_USER_SHARE_HOURgetusersharehour. | 
| GET_USER_SUMMARYgetusersummary. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| static WxMpApiUrl.DataCube | valueOf(String name)返回带有指定名称的该类型的枚举常量。 | 
| static WxMpApiUrl.DataCube[] | values()按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。 | 
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetPath, getPrefix, getUrlpublic static final WxMpApiUrl.DataCube GET_USER_SUMMARY
public static final WxMpApiUrl.DataCube GET_USER_CUMULATE
public static final WxMpApiUrl.DataCube GET_ARTICLE_SUMMARY
public static final WxMpApiUrl.DataCube GET_ARTICLE_TOTAL
public static final WxMpApiUrl.DataCube GET_USER_READ
public static final WxMpApiUrl.DataCube GET_USER_READ_HOUR
public static final WxMpApiUrl.DataCube GET_USER_SHARE
public static final WxMpApiUrl.DataCube GET_USER_SHARE_HOUR
public static final WxMpApiUrl.DataCube GET_UPSTREAM_MSG
public static final WxMpApiUrl.DataCube GET_UPSTREAM_MSG_HOUR
public static final WxMpApiUrl.DataCube GET_UPSTREAM_MSG_WEEK
public static final WxMpApiUrl.DataCube GET_UPSTREAM_MSG_MONTH
public static final WxMpApiUrl.DataCube GET_UPSTREAM_MSG_DIST
public static final WxMpApiUrl.DataCube GET_UPSTREAM_MSG_DIST_WEEK
public static final WxMpApiUrl.DataCube GET_UPSTREAM_MSG_DIST_MONTH
public static final WxMpApiUrl.DataCube GET_INTERFACE_SUMMARY
public static final WxMpApiUrl.DataCube GET_INTERFACE_SUMMARY_HOUR
public static WxMpApiUrl.DataCube[] values()
for (WxMpApiUrl.DataCube c : WxMpApiUrl.DataCube.values()) System.out.println(c);
public static WxMpApiUrl.DataCube valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2024. All rights reserved.