public class Mentioned extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Mentioned.MentionedChildren |
static class |
Mentioned.MentionedFields |
Modifier and Type | Field and Description |
---|---|
static String |
MENTIONED_QUERY_OBJECT_NAME |
Constructor and Description |
---|
Mentioned() |
Modifier and Type | Method and Description |
---|---|
Message |
getMessage() |
Person |
getPerson() |
Space |
getSpace() |
Long |
getUpdated() |
String |
getUpdatedBy() |
void |
setMessage(Message message) |
void |
setPerson(Person person) |
void |
setSpace(Space space) |
void |
setUpdated(Long updated) |
void |
setUpdatedBy(String updatedBy) |
public static final String MENTIONED_QUERY_OBJECT_NAME
public Long getUpdated()
public void setUpdated(Long updated)
updated
- Long, the Message the user was Mentioned in was last updatedpublic String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
updatedBy
- String id of the Person who last updated the Messagepublic Space getSpace()
public void setSpace(Space space)
space
- Space in which the current user was Mentionedpublic Message getMessage()
public void setMessage(Message message)
message
- Message in which the current user was Mentionedpublic Person getPerson()
public void setPerson(Person person)
person
- Person who Mentioned the current userCopyright © 2018 OpenNTF. All rights reserved.