public static enum ProfileRestOut.Field extends Enum<ProfileRestOut.Field>
| Enum Constant and Description |
|---|
AVATAR_URL
The avatar URL of identity
|
BANNER_URL
The banner URL of identity
|
FULL_NAME
Full name of Identity
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProfileRestOut.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileRestOut.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileRestOut.Field FULL_NAME
public static final ProfileRestOut.Field AVATAR_URL
public static final ProfileRestOut.Field BANNER_URL
public static ProfileRestOut.Field[] values()
for (ProfileRestOut.Field c : ProfileRestOut.Field.values()) System.out.println(c);
public static ProfileRestOut.Field 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<ProfileRestOut.Field>Copyright © 2003–2021 eXo Platform SAS. All rights reserved.