| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 | |
| com.github.theholywaffle.teamspeak3.api.wrapper |
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
TS3Api.getFileInfo(String filePath,
int channelId)
Gets information about a file on the file repository in the specified channel.
|
FileInfo |
TS3Api.getFileInfo(String filePath,
int channelId,
String channelPassword)
Gets information about a file on the file repository in the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
CommandFuture<FileInfo> |
TS3ApiAsync.getFileInfo(String filePath,
int channelId)
Gets information about a file on the file repository in the specified channel.
|
CommandFuture<FileInfo> |
TS3ApiAsync.getFileInfo(String filePath,
int channelId,
String channelPassword)
Gets information about a file on the file repository in the specified channel.
|
List<FileInfo> |
TS3Api.getFileInfos(String[] filePaths,
int channelId)
Gets information about multiple files on the file repository in the specified channel.
|
CommandFuture<List<FileInfo>> |
TS3ApiAsync.getFileInfos(String[] filePaths,
int channelId)
Gets information about multiple files on the file repository in the specified channel.
|
List<FileInfo> |
TS3Api.getFileInfos(String[] filePaths,
int[] channelIds,
String[] channelPasswords)
Gets information about multiple files on the file repository in multiple channels.
|
CommandFuture<List<FileInfo>> |
TS3ApiAsync.getFileInfos(String[] filePaths,
int[] channelIds,
String[] channelPasswords)
Gets information about multiple files on the file repository in multiple channels.
|
List<FileInfo> |
TS3Api.getFileInfos(String[] filePaths,
int channelId,
String channelPassword)
Gets information about multiple files on the file repository in the specified channel.
|
CommandFuture<List<FileInfo>> |
TS3ApiAsync.getFileInfos(String[] filePaths,
int channelId,
String channelPassword)
Gets information about multiple files on the file repository in the specified channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileListEntry |
class |
IconFile |
Released under the MIT license.