| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 | |
| com.github.theholywaffle.teamspeak3.api.wrapper |
| Modifier and Type | Method and Description |
|---|---|
List<QueryLogin> |
TS3Api.getServerQueryLogins()
Gets a list of all server query logins (containing login name, virtual server ID, and client database ID).
|
CommandFuture<List<QueryLogin>> |
TS3ApiAsync.getServerQueryLogins()
Gets a list of all server query logins (containing login name, virtual server ID, and client database ID).
|
List<QueryLogin> |
TS3Api.getServerQueryLoginsByName(String pattern)
Gets a list of all server query logins (containing login name, virtual server ID, and client database ID)
whose login name matches the specified SQL-like pattern.
|
CommandFuture<List<QueryLogin>> |
TS3ApiAsync.getServerQueryLoginsByName(String pattern)
Gets a list of all server query logins (containing login name, virtual server ID, and client database ID)
whose login name matches the specified SQL-like pattern.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreatedQueryLogin |
Released under the MIT license.