Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 |
Modifier and Type | Method and Description |
---|---|
CommandFuture<List<Permission>> |
TS3ApiAsync.getChannelClientPermissions(int channelId,
int clientDBId)
Displays a list of permissions defined for a client in a specific channel.
|
List<Permission> |
TS3Api.getChannelClientPermissions(int channelId,
int clientDBId)
Displays a list of permissions defined for a client in a specific channel.
|
CommandFuture<List<Permission>> |
TS3ApiAsync.getChannelGroupPermissions(int groupId)
Gets a list of all permissions assigned to the specified channel group.
|
List<Permission> |
TS3Api.getChannelGroupPermissions(int groupId)
Gets a list of all permissions assigned to the specified channel group.
|
CommandFuture<List<Permission>> |
TS3ApiAsync.getChannelPermissions(int channelId)
Gets a list of all permissions assigned to the specified channel.
|
List<Permission> |
TS3Api.getChannelPermissions(int channelId)
Gets a list of all permissions assigned to the specified channel.
|
CommandFuture<List<Permission>> |
TS3ApiAsync.getClientPermissions(int clientDBId)
Gets a list of all permissions assigned to the specified client.
|
List<Permission> |
TS3Api.getClientPermissions(int clientDBId)
Gets a list of all permissions assigned to the specified client.
|
CommandFuture<List<Permission>> |
TS3ApiAsync.getServerGroupPermissions(int serverGroupId)
Gets a list of all permissions assigned to the specified server group.
|
List<Permission> |
TS3Api.getServerGroupPermissions(int serverGroupId)
Gets a list of all permissions assigned to the specified server group.
|
CommandFuture<List<Permission>> |
TS3ApiAsync.getServerGroupPermissions(ServerGroup serverGroup)
Gets a list of all permissions assigned to the specified server group.
|
List<Permission> |
TS3Api.getServerGroupPermissions(ServerGroup serverGroup)
Gets a list of all permissions assigned to the specified server group.
|
Copyright © 2015. All rights reserved.