| Package | Description |
|---|---|
| com.clicksend.models |
| Modifier and Type | Method and Description |
|---|---|
PostRecipient |
PostRecipientBuilder.build()
Build the instance with the given values
|
| Modifier and Type | Method and Description |
|---|---|
List<PostRecipient> |
PostPostcard.getRecipients()
GETTER
Array of recipients
|
List<PostRecipient> |
PostLetter.getRecipients()
GETTER
TODO: Write general description for this method
|
| Modifier and Type | Method and Description |
|---|---|
PostPostcardBuilder |
PostPostcardBuilder.recipients(List<PostRecipient> recipients)
Array of recipients
|
PostLetterBuilder |
PostLetterBuilder.recipients(List<PostRecipient> recipients) |
void |
PostPostcard.setRecipients(List<PostRecipient> value)
SETTER
Array of recipients
|
void |
PostLetter.setRecipients(List<PostRecipient> value)
SETTER
TODO: Write general description for this method
|
Copyright © 2017. All rights reserved.