public static enum ActivityStreamRestOut.Field extends Enum<ActivityStreamRestOut.Field>
| Enum Constant and Description |
|---|
FAVICON_URL |
FULL_NAME |
PERMA_LINK |
PRETTY_ID |
TITLE |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Gets the string field name.
|
static ActivityStreamRestOut.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityStreamRestOut.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityStreamRestOut.Field TYPE
public static final ActivityStreamRestOut.Field PRETTY_ID
public static final ActivityStreamRestOut.Field FULL_NAME
public static final ActivityStreamRestOut.Field FAVICON_URL
public static final ActivityStreamRestOut.Field TITLE
public static final ActivityStreamRestOut.Field PERMA_LINK
public static ActivityStreamRestOut.Field[] values()
for (ActivityStreamRestOut.Field c : ActivityStreamRestOut.Field.values()) System.out.println(c);
public static ActivityStreamRestOut.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<ActivityStreamRestOut.Field>Copyright © 2003–2020 eXo Platform SAS. All rights reserved.