public class MemberChangeAttachment extends NotificationAttachmentWithExtension
getTargets()NotificationType.InviteMember,
NotificationType.KickMember,
NotificationType.PassTeamApply,
NotificationType.LeaveTeam,
NotificationType.TransferOwner,
NotificationType.SUPER_TEAM_INVITE,
NotificationType.SUPER_TEAM_LEAVE,
targets list contains the new owner accounts,
NotificationType.AddTeamManager,
NotificationType.RemoveTeamManager,
targets list contains the account of an inviter,
Serialized Formextension| Constructor and Description |
|---|
MemberChangeAttachment() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.String> |
getTargets() |
void |
parse(JSONObject json) |
getExtensionfromJson, getType, setType, toJsonpublic java.util.ArrayList<java.lang.String> getTargets()
public void parse(JSONObject json)
parse in class NotificationAttachmentWithExtension