public class ConversationMessageNotification extends BaseResponse implements Response
Modifier and Type | Field and Description |
---|---|
java.util.List<AttachmentNotification> |
attachments |
java.lang.String |
body |
java.lang.String |
clientID |
CurseGUID |
contactID |
int[] |
contentTags |
CurseGUID |
conversationID |
ConversationType |
conversationType |
long |
deletedTimestamp |
int |
deletedUserID |
java.lang.String |
deletedUsername |
long |
editedTimestamp |
int |
editedUserID |
java.lang.String |
editedUsername |
boolean |
isDeleted |
int |
likeCount |
int[] |
likeUserIDs |
java.lang.String[] |
likeUsernames |
int[] |
mentions |
ConversationNotificationType |
notificationType |
int |
recipientID |
CurseGUID |
rootConversationID |
long |
senderID |
java.lang.String |
senderName |
java.util.Set<GroupPermissions> |
senderPermissions |
int[] |
senderRoles |
int |
senderVanityRole |
CurseGUID |
serverID |
long |
timestamp |
Constructor and Description |
---|
ConversationMessageNotification() |
getOrigMessage, getTypeID, setOrigMessage, setTypeID, toJsonString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOrigMessage, getTypeID, setOrigMessage, setTypeID, toJsonString
public java.lang.String clientID
public CurseGUID serverID
public CurseGUID conversationID
public CurseGUID contactID
public ConversationType conversationType
public CurseGUID rootConversationID
public long timestamp
public long senderID
public java.lang.String senderName
public java.util.Set<GroupPermissions> senderPermissions
public int[] senderRoles
public int senderVanityRole
public int[] mentions
public int recipientID
public java.lang.String body
public boolean isDeleted
public long deletedTimestamp
public int deletedUserID
public java.lang.String deletedUsername
public long editedTimestamp
public int editedUserID
public java.lang.String editedUsername
public int likeCount
public int[] likeUserIDs
public java.lang.String[] likeUsernames
public int[] contentTags
public java.util.List<AttachmentNotification> attachments
public ConversationNotificationType notificationType