| Package | Description |
|---|---|
| org.gcube.social_networking.socialnetworking.model.beans |
| Modifier and Type | Method and Description |
|---|---|
List<Recipient> |
Message.getRecipients() |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setRecipients(List<Recipient> recipients) |
| Constructor and Description |
|---|
Message(String subject,
String body,
ArrayList<Recipient> recipients) |
Message(String id,
String subject,
String body,
String senderId,
Calendar sendTime,
boolean read,
List<String> attachmentIds,
List<Recipient> recipients) |
Copyright © 2022. All Rights Reserved.