| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 |
| Modifier and Type | Method and Description |
|---|---|
List<CustomPropertyAssignment> |
TS3Api.searchCustomClientProperty(String key)
Finds all clients that have any value associated with the
key custom client property,
and returns the client's database ID and the key and value of the matching custom property. |
CommandFuture<List<CustomPropertyAssignment>> |
TS3ApiAsync.searchCustomClientProperty(String key)
Finds all clients that have any value associated with the
key custom client property,
and returns the client's database ID and the key and value of the matching custom property. |
List<CustomPropertyAssignment> |
TS3Api.searchCustomClientProperty(String key,
String valuePattern)
Finds all clients whose value associated with the
key custom client property matches the
SQL-like pattern valuePattern, and returns the client's database ID and the key and value
of the matching custom property. |
CommandFuture<List<CustomPropertyAssignment>> |
TS3ApiAsync.searchCustomClientProperty(String key,
String valuePattern)
Finds all clients whose value associated with the
key custom client property matches the
SQL-like pattern valuePattern, and returns the client's database ID and the key and value
of the matching custom property. |
Released under the MIT license.