@Deprecated public static enum LikeView.ObjectType extends java.lang.Enum<LikeView.ObjectType>
| Enum Constant and Description |
|---|
OPEN_GRAPH
Deprecated.
Indicates that the object id set on this LikeView is an Open Graph object
|
PAGE
Deprecated.
Indicates that the object id set on this LikeView is a Page.
|
UNKNOWN
Deprecated.
This is the default value
|
| Modifier and Type | Field and Description |
|---|---|
static LikeView.ObjectType |
DEFAULT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LikeView.ObjectType |
fromInt(int enumValue)
Deprecated.
|
int |
getValue()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
static LikeView.ObjectType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LikeView.ObjectType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LikeView.ObjectType UNKNOWN
public static final LikeView.ObjectType OPEN_GRAPH
public static final LikeView.ObjectType PAGE
public static LikeView.ObjectType DEFAULT
public static LikeView.ObjectType[] values()
for (LikeView.ObjectType c : LikeView.ObjectType.values()) System.out.println(c);
public static LikeView.ObjectType 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 static LikeView.ObjectType fromInt(int enumValue)
public java.lang.String toString()
toString in class java.lang.Enum<LikeView.ObjectType>public int getValue()