public enum LikeAddRemoveObjectType extends java.lang.Enum<LikeAddRemoveObjectType> implements EnumParam
| Enum Constant and Description |
|---|
COMMENT |
MARKET |
MARKET_COMMENT |
NOTE |
PHOTO |
PHOTO_COMMENT |
POST |
TOPIC_COMMENT |
VIDEO |
VIDEO_COMMENT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static LikeAddRemoveObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LikeAddRemoveObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="video") public static final LikeAddRemoveObjectType VIDEO
@SerializedName(value="photo") public static final LikeAddRemoveObjectType PHOTO
@SerializedName(value="post") public static final LikeAddRemoveObjectType POST
@SerializedName(value="comment") public static final LikeAddRemoveObjectType COMMENT
@SerializedName(value="note") public static final LikeAddRemoveObjectType NOTE
@SerializedName(value="topic_comment") public static final LikeAddRemoveObjectType TOPIC_COMMENT
@SerializedName(value="photo_comment") public static final LikeAddRemoveObjectType PHOTO_COMMENT
@SerializedName(value="video_comment") public static final LikeAddRemoveObjectType VIDEO_COMMENT
@SerializedName(value="market") public static final LikeAddRemoveObjectType MARKET
@SerializedName(value="market_comment") public static final LikeAddRemoveObjectType MARKET_COMMENT
public static LikeAddRemoveObjectType[] values()
for (LikeAddRemoveObjectType c : LikeAddRemoveObjectType.values()) System.out.println(c);
public static LikeAddRemoveObjectType 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<LikeAddRemoveObjectType>