public static enum WxMpApiUrl.TemplateMsg extends Enum<WxMpApiUrl.TemplateMsg> 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
枚举常量和说明 |
---|
MESSAGE_TEMPLATE_SEND
send.
|
TEMPLATE_API_ADD_TEMPLATE
api_add_template.
|
TEMPLATE_API_SET_INDUSTRY
api_set_industry.
|
TEMPLATE_DEL_PRIVATE_TEMPLATE
del_private_template.
|
TEMPLATE_GET_ALL_PRIVATE_TEMPLATE
get_all_private_template.
|
TEMPLATE_GET_INDUSTRY
get_industry.
|
限定符和类型 | 方法和说明 |
---|---|
static WxMpApiUrl.TemplateMsg |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static WxMpApiUrl.TemplateMsg[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getPath, getPrefix, getUrl
public static final WxMpApiUrl.TemplateMsg MESSAGE_TEMPLATE_SEND
public static final WxMpApiUrl.TemplateMsg TEMPLATE_API_SET_INDUSTRY
public static final WxMpApiUrl.TemplateMsg TEMPLATE_GET_INDUSTRY
public static final WxMpApiUrl.TemplateMsg TEMPLATE_API_ADD_TEMPLATE
public static final WxMpApiUrl.TemplateMsg TEMPLATE_GET_ALL_PRIVATE_TEMPLATE
public static final WxMpApiUrl.TemplateMsg TEMPLATE_DEL_PRIVATE_TEMPLATE
public static WxMpApiUrl.TemplateMsg[] values()
for (WxMpApiUrl.TemplateMsg c : WxMpApiUrl.TemplateMsg.values()) System.out.println(c);
public static WxMpApiUrl.TemplateMsg valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值Copyright © 2024. All rights reserved.