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