public enum ReplyElementTypeEnum extends Enum<ReplyElementTypeEnum>
public static final ReplyElementTypeEnum TEXT_RUN
public static final ReplyElementTypeEnum DOCS_LINK
public static final ReplyElementTypeEnum PERSON
public static ReplyElementTypeEnum[] values()
for (ReplyElementTypeEnum c : ReplyElementTypeEnum.values()) System.out.println(c);
public static ReplyElementTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
Copyright © 2025. All rights reserved.