public static enum PeopleRestService.ConnectionInfoRestOut.Field extends Enum<PeopleRestService.ConnectionInfoRestOut.Field>
| Enum Constant and Description |
|---|
ACTIVITY_ID
activity text
|
ACTIVITY_TITLE
activity text
|
AVATAR_URL
full url of avatar
|
DISPLAY_NAME
User Displayname
|
POSITION
Identity's Position
|
PRETTY_POSTED_TIME
activity pretty posted time ( ago style )
|
PROFILE_URL
full url of profile
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PeopleRestService.ConnectionInfoRestOut.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeopleRestService.ConnectionInfoRestOut.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeopleRestService.ConnectionInfoRestOut.Field DISPLAY_NAME
public static final PeopleRestService.ConnectionInfoRestOut.Field AVATAR_URL
public static final PeopleRestService.ConnectionInfoRestOut.Field PROFILE_URL
public static final PeopleRestService.ConnectionInfoRestOut.Field ACTIVITY_TITLE
public static final PeopleRestService.ConnectionInfoRestOut.Field ACTIVITY_ID
public static final PeopleRestService.ConnectionInfoRestOut.Field PRETTY_POSTED_TIME
public static final PeopleRestService.ConnectionInfoRestOut.Field POSITION
public static PeopleRestService.ConnectionInfoRestOut.Field[] values()
for (PeopleRestService.ConnectionInfoRestOut.Field c : PeopleRestService.ConnectionInfoRestOut.Field.values()) System.out.println(c);
public static PeopleRestService.ConnectionInfoRestOut.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<PeopleRestService.ConnectionInfoRestOut.Field>Copyright © 2003–2015 eXo Platform SAS. All rights reserved.