public class PostPostcard extends Object implements Serializable
| Constructor and Description |
|---|
PostPostcard() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFileUrls()
GETTER
Postcard file URLs
|
List<PostRecipient> |
getRecipients()
GETTER
Array of recipients
|
void |
setFileUrls(List<String> value)
SETTER
Postcard file URLs
|
void |
setRecipients(List<PostRecipient> value)
SETTER
Array of recipients
|
public List<PostRecipient> getRecipients()
public void setRecipients(List<PostRecipient> value)
Copyright © 2017. All rights reserved.