| Modifier and Type | Class and Description |
|---|---|
static class |
APIEnum.Url |
| Enum Constant and Description |
|---|
GET_APP_ACCESS_TOKEN |
GET_SHARD_WSS_URL |
GET_WSS_URL |
INTERACTION_CALLBACK |
SEND_GROUP_MESSAGE |
UPLOAD_FILE |
| Modifier and Type | Method and Description |
|---|---|
APIEnum.Url |
format(java.lang.String... args) |
static APIEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIEnum SEND_GROUP_MESSAGE
public static final APIEnum UPLOAD_FILE
public static final APIEnum INTERACTION_CALLBACK
public static final APIEnum GET_APP_ACCESS_TOKEN
public static final APIEnum GET_WSS_URL
public static final APIEnum GET_SHARD_WSS_URL
public static APIEnum[] values()
for (APIEnum c : APIEnum.values()) System.out.println(c);
public static APIEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic APIEnum.Url format(java.lang.String... args)