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