Package | Description |
---|---|
com.github.theholywaffle.teamspeak3 |
Modifier and Type | Method and Description |
---|---|
CommandFuture<List<ChannelGroupClient>> |
TS3ApiAsync.getChannelGroupClients(int channelId,
int clientDBId,
int groupId)
Gets all client / channel ID combinations currently assigned to channel groups.
|
List<ChannelGroupClient> |
TS3Api.getChannelGroupClients(int channelId,
int clientDBId,
int groupId)
Gets all client / channel ID combinations currently assigned to channel groups.
|
CommandFuture<List<ChannelGroupClient>> |
TS3ApiAsync.getChannelGroupClientsByChannelGroupId(int groupId)
Gets all client / channel ID combinations currently assigned to the specified channel group.
|
List<ChannelGroupClient> |
TS3Api.getChannelGroupClientsByChannelGroupId(int groupId)
Gets all client / channel ID combinations currently assigned to the specified channel group.
|
CommandFuture<List<ChannelGroupClient>> |
TS3ApiAsync.getChannelGroupClientsByChannelId(int channelId)
Gets all channel group assignments in the specified channel.
|
List<ChannelGroupClient> |
TS3Api.getChannelGroupClientsByChannelId(int channelId)
Gets all channel group assignments in the specified channel.
|
CommandFuture<List<ChannelGroupClient>> |
TS3ApiAsync.getChannelGroupClientsByClientDBId(int clientDBId)
Gets all channel group assignments for the specified client.
|
List<ChannelGroupClient> |
TS3Api.getChannelGroupClientsByClientDBId(int clientDBId)
Gets all channel group assignments for the specified client.
|
Copyright © 2015. All rights reserved.