public class GroupInvitationNotification extends BaseResponse implements Response
Modifier and Type | Field and Description |
---|---|
java.lang.String |
adminDescription |
GroupNotification |
channel |
java.lang.String |
channelID |
long |
creatorID |
java.lang.String |
creatorName |
long |
dateCreated |
long |
dateExpires |
GroupNotification |
group |
java.lang.String |
groupID |
java.lang.String |
inviteCode |
java.lang.String |
inviteUrl |
boolean |
isRedeemable |
long |
maxUses |
long |
timesUsed |
Constructor and Description |
---|
GroupInvitationNotification() |
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 inviteCode
public long creatorID
public java.lang.String creatorName
public java.lang.String groupID
public GroupNotification group
public java.lang.String channelID
public GroupNotification channel
public long dateCreated
public long dateExpires
public long maxUses
public long timesUsed
public boolean isRedeemable
public java.lang.String inviteUrl
public java.lang.String adminDescription