Enum Class PeopleRestService.ConnectionInfoRestOut.Field
java.lang.Object
java.lang.Enum<PeopleRestService.ConnectionInfoRestOut.Field>
org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut.Field
- All Implemented Interfaces:
Serializable,Comparable<PeopleRestService.ConnectionInfoRestOut.Field>,Constable
- Enclosing class:
- PeopleRestService.ConnectionInfoRestOut
public static enum PeopleRestService.ConnectionInfoRestOut.Field
extends Enum<PeopleRestService.ConnectionInfoRestOut.Field>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionactivity textactivity textfull url of avatarUser DisplaynameIdentity's Positionactivity pretty posted time ( ago style )full url of profile -
Method Summary
-
Enum Constant Details
-
DISPLAY_NAME
User Displayname -
AVATAR_URL
full url of avatar -
PROFILE_URL
full url of profile -
ACTIVITY_TITLE
activity text -
ACTIVITY_ID
activity text -
PRETTY_POSTED_TIME
activity pretty posted time ( ago style ) -
POSITION
Identity's Position
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<PeopleRestService.ConnectionInfoRestOut.Field>
-