public static enum RestSpace.Field extends Enum<RestSpace.Field>
| Enum Constant and Description |
|---|
AVATAR_URL |
DISPLAY_NAME |
GROUP_ID |
NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RestSpace.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestSpace.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestSpace.Field DISPLAY_NAME
public static final RestSpace.Field AVATAR_URL
public static final RestSpace.Field NAME
public static final RestSpace.Field GROUP_ID
public static RestSpace.Field[] values()
for (RestSpace.Field c : RestSpace.Field.values()) System.out.println(c);
public static RestSpace.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<RestSpace.Field>Copyright © 2011–2015 eXo Platform SAS. All rights reserved.