| Modifier and Type | Method and Description |
|---|---|
String |
TS3Api.addPrivilegeKey(PrivilegeKeyType type,
int groupId,
int channelId,
String description)
Create a new privilege key that allows one client to join a server or channel group.
|
CommandFuture<String> |
TS3ApiAsync.addPrivilegeKey(PrivilegeKeyType type,
int groupId,
int channelId,
String description)
Create a new privilege key that allows one client to join a server or channel group.
|
| Modifier and Type | Method and Description |
|---|---|
static PrivilegeKeyType |
PrivilegeKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivilegeKeyType[] |
PrivilegeKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PrivilegeKeyType |
PrivilegeKeyUsedEvent.getPrivilegeKeyType() |
| Modifier and Type | Method and Description |
|---|---|
static Command |
PrivilegeKeyCommands.privilegeKeyAdd(PrivilegeKeyType type,
int groupId,
int channelId,
String description) |
Released under the MIT license.