public class UpdateTeamAttachment extends NotificationAttachmentWithExtension
extension| Constructor and Description |
|---|
UpdateTeamAttachment() |
| Modifier and Type | Method and Description |
|---|---|
TeamFieldEnum |
getField()
Get the updated fields of a group profile.
|
java.util.Map<TeamFieldEnum,java.lang.Object> |
getUpdatedFields()
Get all updated fields
|
java.lang.Object |
getValue()
Get the value of the first of updated fields.
|
void |
parse(JSONObject json) |
getExtensionfromJson, getType, setType, toJsonpublic final void parse(JSONObject json)
parse in class NotificationAttachmentWithExtensionpublic java.lang.Object getValue()
getValue() TeamFieldEnum.getFieldType()public TeamFieldEnum getField()
public java.util.Map<TeamFieldEnum,java.lang.Object> getUpdatedFields()