| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Type |
getType() |
static Events |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Events[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="message_new") public static final Events MESSAGE_NEW
@SerializedName(value="message_reply") public static final Events MESSAGE_REPLY
@SerializedName(value="message_allow") public static final Events MESSAGE_ALLOW
@SerializedName(value="message_deny") public static final Events MESSAGE_DENY
@SerializedName(value="message_edit") public static final Events MESSAGE_EDIT
@SerializedName(value="photo_new") public static final Events PHOTO_NEW
@SerializedName(value="photo_comment_new") public static final Events PHOTO_COMMENT_NEW
@SerializedName(value="photo_comment_edit") public static final Events PHOTO_COMMENT_EDIT
@SerializedName(value="photo_comment_restore") public static final Events PHOTO_COMMENT_RESTORE
@SerializedName(value="photo_comment_delete") public static final Events PHOTO_COMMENT_DELETE
@SerializedName(value="audio_new") public static final Events AUDIO_NEW
@SerializedName(value="video_new") public static final Events VIDEO_NEW
@SerializedName(value="video_comment_new") public static final Events VIDEO_COMMENT_NEW
@SerializedName(value="video_comment_edit") public static final Events VIDEO_COMMENT_EDIT
@SerializedName(value="video_comment_restore") public static final Events VIDEO_COMMENT_RESTORE
@SerializedName(value="video_comment_delete") public static final Events VIDEO_COMMENT_DELETE
@SerializedName(value="wall_post_new") public static final Events WALL_POST_NEW
@SerializedName(value="wall_repost") public static final Events WALL_REPOST
@SerializedName(value="wall_reply_new") public static final Events WALL_REPLY_NEW
@SerializedName(value="wall_reply_edit") public static final Events WALL_REPLY_EDIT
@SerializedName(value="wall_reply_restore") public static final Events WALL_REPLY_RESTORE
@SerializedName(value="wall_reply_delete") public static final Events WALL_REPLY_DELETE
@SerializedName(value="board_post_new") public static final Events BOARD_POST_NEW
@SerializedName(value="board_post_edit") public static final Events BOARD_POST_EDIT
@SerializedName(value="board_post_restore") public static final Events BOARD_POST_RESTORE
@SerializedName(value="board_post_delete") public static final Events BOARD_POST_DELETE
@SerializedName(value="market_comment_new") public static final Events MARKET_COMMENT_NEW
@SerializedName(value="market_comment_edit") public static final Events MARKET_COMMENT_EDIT
@SerializedName(value="market_comment_restore") public static final Events MARKET_COMMENT_RESTORE
@SerializedName(value="market_comment_delete") public static final Events MARKET_COMMENT_DELETE
@SerializedName(value="group_leave") public static final Events GROUP_LEAVE
@SerializedName(value="group_join") public static final Events GROUP_JOIN
@SerializedName(value="group_change_settings") public static final Events GROUP_CHANGE_SETTINGS
@SerializedName(value="group_change_photo") public static final Events GROUP_CHANGE_PHOTO
@SerializedName(value="group_officers_edit") public static final Events GROUP_OFFICERS_EDIT
@SerializedName(value="poll_vote_new") public static final Events POLL_VOTE_NEW
@SerializedName(value="user_block") public static final Events USER_BLOCK
@SerializedName(value="user_unblock") public static final Events USER_UNBLOCK
@SerializedName(value="confirmation") public static final Events CONFIRMATION
public static Events[] values()
for (Events c : Events.values()) System.out.println(c);
public static Events valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.reflect.Type getType()