public static enum RestProfile.Field extends Enum<RestProfile.Field>
| Enum Constant and Description |
|---|
AVATAR_URL
The json field for avatarUrl.
|
FULL_NAME
The json field for fullName.
|
IDENTITY_ID
The json field for identityId.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Emits the field as a json element.
|
static RestProfile.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestProfile.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestProfile.Field IDENTITY_ID
public static final RestProfile.Field FULL_NAME
public static final RestProfile.Field AVATAR_URL
public static RestProfile.Field[] values()
for (RestProfile.Field c : RestProfile.Field.values()) System.out.println(c);
public static RestProfile.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<RestProfile.Field>Copyright © 2011–2016 eXo Platform SAS. All rights reserved.