public static enum ProfilePictureSource.EnumType extends Enum<ProfilePictureSource.EnumType>
| Enum Constant and Description |
|---|
VALUE_ALBUM |
VALUE_SMALL |
VALUE_THUMBNAIL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProfilePictureSource.EnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfilePictureSource.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfilePictureSource.EnumType VALUE_ALBUM
public static final ProfilePictureSource.EnumType VALUE_SMALL
public static final ProfilePictureSource.EnumType VALUE_THUMBNAIL
public static ProfilePictureSource.EnumType[] values()
for (ProfilePictureSource.EnumType c : ProfilePictureSource.EnumType.values()) System.out.println(c);
public static ProfilePictureSource.EnumType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ProfilePictureSource.EnumType>Copyright © 2020. All rights reserved.