public enum TwitterMediaLibraryCategory extends java.lang.Enum<TwitterMediaLibraryCategory>
| Enum Constant and Description |
|---|
AMPLIFY_VIDEO |
TWEET_GIF |
TWEET_IMAGE |
TWEET_VIDEO |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static TwitterMediaLibraryCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TwitterMediaLibraryCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwitterMediaLibraryCategory AMPLIFY_VIDEO
public static final TwitterMediaLibraryCategory TWEET_VIDEO
public static final TwitterMediaLibraryCategory TWEET_IMAGE
public static final TwitterMediaLibraryCategory TWEET_GIF
public static TwitterMediaLibraryCategory[] values()
for (TwitterMediaLibraryCategory c : TwitterMediaLibraryCategory.values()) System.out.println(c);
public static TwitterMediaLibraryCategory 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 int getCode()