@Deprecated public static enum AppInviteContent.Builder.Destination extends java.lang.Enum<AppInviteContent.Builder.Destination>
| Enum Constant and Description |
|---|
FACEBOOK
Deprecated.
|
MESSENGER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsName(java.lang.String otherName)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
static AppInviteContent.Builder.Destination |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AppInviteContent.Builder.Destination[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppInviteContent.Builder.Destination FACEBOOK
public static final AppInviteContent.Builder.Destination MESSENGER
public static AppInviteContent.Builder.Destination[] values()
for (AppInviteContent.Builder.Destination c : AppInviteContent.Builder.Destination.values()) System.out.println(c);
public static AppInviteContent.Builder.Destination 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 boolean equalsName(java.lang.String otherName)
public java.lang.String toString()
toString in class java.lang.Enum<AppInviteContent.Builder.Destination>