Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 |
Modifier and Type | Method and Description |
---|---|
CommandFuture<List<AdvancedPermission>> |
TS3ApiAsync.getPermissionAssignments(String permName)
Displays detailed information about all assignments of the permission specified
with
permName . |
List<AdvancedPermission> |
TS3Api.getPermissionAssignments(String permName)
Displays detailed information about all assignments of the permission specified
with
permName . |
CommandFuture<List<AdvancedPermission>> |
TS3ApiAsync.getPermissionOverview(int channelId,
int clientDBId)
Gets a list of all assigned permissions for a client in a specified channel.
|
List<AdvancedPermission> |
TS3Api.getPermissionOverview(int channelId,
int clientDBId)
Gets a list of all assigned permissions for a client in a specified channel.
|
Copyright © 2015. All rights reserved.