public class GroupMembershipNotification
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bestRole |
boolean |
canChangeNickname |
java.util.Date |
dateJoined |
java.util.Date |
dateMessaged |
java.util.Date |
dateRead |
boolean |
isFavorite |
boolean |
isVoiceDeafened |
boolean |
isVoiceMuted |
java.lang.String |
nickname |
java.util.List<java.lang.String> |
notificationFilters |
java.util.Date |
notificationMuteDate |
NotificationPreference |
notificationPreference |
int[] |
roles |
int |
unreadCount |
Constructor and Description |
---|
GroupMembershipNotification() |
public java.lang.String nickname
public boolean canChangeNickname
public int bestRole
public int[] roles
public java.util.Date dateJoined
public java.util.Date dateMessaged
public java.util.Date dateRead
public int unreadCount
public boolean isFavorite
public NotificationPreference notificationPreference
public java.util.List<java.lang.String> notificationFilters
public java.util.Date notificationMuteDate
public boolean isVoiceMuted
public boolean isVoiceDeafened