public class InboxMessageResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| InboxMessageResponse() | 
| InboxMessageResponse(String uuid,
                    String subject,
                    String content,
                    String hash,
                    Instant time,
                    MessageFolder folder,
                    String entityRef,
                    String username,
                    boolean read) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContent()Get the message content. | 
| String | getEntityRef()Get the UUID of the entity referenced by the message. | 
| MessageFolder | getFolder()Get the message folder. | 
| String | getHash()Get the message hash. | 
| String | getSubject()Get the subject. | 
| Instant | getTimestamp()Get the time. | 
| String | getUsername()Get the username. | 
| String | getUuid()Get the UUID. | 
| boolean | isRead()Get whether the message has been read. | 
public boolean isRead()
public MessageFolder getFolder()
MessageFolder message folderCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.