static ApplicationCommandType |
ApplicationCommandType.fromValue(int value) |
Gets an CommandType by its value.
|
ApplicationCommandType |
ApplicationCommand.getType() |
Gets the type of this application command.
|
static ApplicationCommandType |
ApplicationCommandType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ApplicationCommandType[] |
ApplicationCommandType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|