public interface MessageAudit
Modifier and Type | Method and Description |
---|---|
String |
getConversationId()
The id of the conversation that this media audit belongs to
|
Date |
getCreationTime()
The creation time of this version of the message.
|
String |
getCreatorId()
The id of the user that created this version of the message.
|
String |
getId()
The unique, technical id of the audit message
|
String |
getMainContent()
The main content of the audit.
|
String |
getMainContentType()
The main content type of the audit.
|
String |
getMediaContentId()
The id of the media content in this audit.
|
String |
getMessageId()
The message id that this audit belongs to
|
String |
getModifierId()
The id of the user that did the modification
|
Date |
getModifyTime()
The time of the modification.
|
String getId()
String getMessageId()
String getMediaContentId()
String getConversationId()
String getMainContent()
String getMainContentType()
Date getCreationTime()
Message
or
the update time of a Message
if the message is being changed multiple times.
e.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId()
will have User 3
String getCreatorId()
Message
or
the updater of a Message
if the message is being changed multiple times
e.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId()
will have User 3
Date getModifyTime()
e.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId()
will have User 3
String getModifierId()
e.g.
There will be 2 message audit entries. With the following information:
The Message.getUpdaterId()
will have User 3
Copyright © 2019. All rights reserved.