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) |
getExtension
fromJson, getType, setType, toJson
public final void parse(JSONObject json)
parse
in class NotificationAttachmentWithExtension
public java.lang.Object getValue()
getValue()
TeamFieldEnum.getFieldType()
public TeamFieldEnum getField()
public java.util.Map<TeamFieldEnum,java.lang.Object> getUpdatedFields()