| Modifier and Type | Method and Description |
|---|---|
java.util.List<Recipient> |
Transfer.getRecipients()
Returns the recipients of the transfer, specified as
List of Recipients. |
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.addRecipient(Recipient recipient)
Adds a recipient to the recipients list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.addRecipients(java.util.List<Recipient> recipients)
Adds the given list of recipients to the transfer's recipient list.
|
void |
Transfer.setRecipients(java.util.List<Recipient> recipients)
Sets the recipients of the transfer, specified as
List of Recipients. |