| Modifier and Type | Method and Description |
|---|---|
java.util.List<TransferFile> |
Transfer.getTransferFiles()
Returns the files of the transfer, specified as
List of TransferFiles. |
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.addFile(TransferFile transferFile)
Adds a transfer file to this transfer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.setTransferFiles(java.util.List<TransferFile> transferFiles)
Sets the files of the transfer, specified as
List of TransferFiles. |