| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="audio_new") public static final Type AUDIO_NEW
@SerializedName(value="board_post_new") public static final Type BOARD_POST_NEW
@SerializedName(value="board_post_edit") public static final Type BOARD_POST_EDIT
@SerializedName(value="board_post_restore") public static final Type BOARD_POST_RESTORE
@SerializedName(value="board_post_delete") public static final Type BOARD_POST_DELETE
@SerializedName(value="confirmation") public static final Type CONFIRMATION
@SerializedName(value="group_leave") public static final Type GROUP_LEAVE
@SerializedName(value="group_join") public static final Type GROUP_JOIN
@SerializedName(value="group_change_photo") public static final Type GROUP_CHANGE_PHOTO
@SerializedName(value="group_change_settings") public static final Type GROUP_CHANGE_SETTINGS
@SerializedName(value="group_officers_edit") public static final Type GROUP_OFFICERS_EDIT
@SerializedName(value="lead_forms_new") public static final Type LEAD_FORMS_NEW
@SerializedName(value="market_comment_new") public static final Type MARKET_COMMENT_NEW
@SerializedName(value="market_comment_delete") public static final Type MARKET_COMMENT_DELETE
@SerializedName(value="market_comment_edit") public static final Type MARKET_COMMENT_EDIT
@SerializedName(value="market_comment_restore") public static final Type MARKET_COMMENT_RESTORE
@SerializedName(value="market_order_new") public static final Type MARKET_ORDER_NEW
@SerializedName(value="market_order_edit") public static final Type MARKET_ORDER_EDIT
@SerializedName(value="message_new") public static final Type MESSAGE_NEW
@SerializedName(value="message_reply") public static final Type MESSAGE_REPLY
@SerializedName(value="message_edit") public static final Type MESSAGE_EDIT
@SerializedName(value="message_allow") public static final Type MESSAGE_ALLOW
@SerializedName(value="message_deny") public static final Type MESSAGE_DENY
@SerializedName(value="message_read") public static final Type MESSAGE_READ
@SerializedName(value="message_typing_state") public static final Type MESSAGE_TYPING_STATE
@SerializedName(value="messages_edit") public static final Type MESSAGES_EDIT
@SerializedName(value="message_reaction_event") public static final Type MESSAGE_REACTION_EVENT
@SerializedName(value="photo_new") public static final Type PHOTO_NEW
@SerializedName(value="photo_comment_new") public static final Type PHOTO_COMMENT_NEW
@SerializedName(value="photo_comment_delete") public static final Type PHOTO_COMMENT_DELETE
@SerializedName(value="photo_comment_edit") public static final Type PHOTO_COMMENT_EDIT
@SerializedName(value="photo_comment_restore") public static final Type PHOTO_COMMENT_RESTORE
@SerializedName(value="poll_vote_new") public static final Type POLL_VOTE_NEW
@SerializedName(value="user_block") public static final Type USER_BLOCK
@SerializedName(value="user_unblock") public static final Type USER_UNBLOCK
@SerializedName(value="video_new") public static final Type VIDEO_NEW
@SerializedName(value="video_comment_new") public static final Type VIDEO_COMMENT_NEW
@SerializedName(value="video_comment_delete") public static final Type VIDEO_COMMENT_DELETE
@SerializedName(value="video_comment_edit") public static final Type VIDEO_COMMENT_EDIT
@SerializedName(value="video_comment_restore") public static final Type VIDEO_COMMENT_RESTORE
@SerializedName(value="wall_post_new") public static final Type WALL_POST_NEW
@SerializedName(value="wall_reply_new") public static final Type WALL_REPLY_NEW
@SerializedName(value="wall_reply_edit") public static final Type WALL_REPLY_EDIT
@SerializedName(value="wall_reply_delete") public static final Type WALL_REPLY_DELETE
@SerializedName(value="wall_reply_restore") public static final Type WALL_REPLY_RESTORE
@SerializedName(value="wall_repost") public static final Type WALL_REPOST
public static Type[] values()
for (Type c : Type.values()) System.out.println(c);
public static Type 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.String toString()
toString in class java.lang.Enum<Type>