public final class PrivilegeKeyCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
static Command |
privilegeKeyAdd(PrivilegeKeyType type,
int groupId,
int channelId,
String description) |
static Command |
privilegeKeyDelete(String token) |
static Command |
privilegeKeyList() |
static Command |
privilegeKeyUse(String token) |
public static Command privilegeKeyAdd(PrivilegeKeyType type, int groupId, int channelId, String description)
public static Command privilegeKeyDelete(String token)
public static Command privilegeKeyList()
public static Command privilegeKeyUse(String token)
Released under the MIT license.