net.sf.fb4j.model
Enum UserInfo.Field
java.lang.Object
java.lang.Enum<UserInfo.Field>
net.sf.fb4j.model.UserInfo.Field
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<UserInfo.Field>, FacebookField
- Enclosing class:
- UserInfo
public static enum UserInfo.Field
- extends java.lang.Enum<UserInfo.Field>
- implements FacebookField
|
Method Summary |
java.lang.String |
toString()
|
static UserInfo.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UserInfo.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
UID
public static final UserInfo.Field UID
FIRST_NAME
public static final UserInfo.Field FIRST_NAME
LAST_NAME
public static final UserInfo.Field LAST_NAME
NAME
public static final UserInfo.Field NAME
PIC_SMALL
public static final UserInfo.Field PIC_SMALL
PIC_BIG
public static final UserInfo.Field PIC_BIG
PIC_SQUARE
public static final UserInfo.Field PIC_SQUARE
PIC
public static final UserInfo.Field PIC
AFFILIATIONS
public static final UserInfo.Field AFFILIATIONS
PROFILE_UPDATE_TIME
public static final UserInfo.Field PROFILE_UPDATE_TIME
TIMEZONE
public static final UserInfo.Field TIMEZONE
RELIGION
public static final UserInfo.Field RELIGION
BIRTHDAY
public static final UserInfo.Field BIRTHDAY
SEX
public static final UserInfo.Field SEX
HOMETOWN_LOCATION
public static final UserInfo.Field HOMETOWN_LOCATION
MEETING_SEX
public static final UserInfo.Field MEETING_SEX
MEETING_FOR
public static final UserInfo.Field MEETING_FOR
RELATIONSHIP_STATUS
public static final UserInfo.Field RELATIONSHIP_STATUS
SIGNIFICANT_OTHER_ID
public static final UserInfo.Field SIGNIFICANT_OTHER_ID
POLITICAL
public static final UserInfo.Field POLITICAL
CURRENT_LOCATION
public static final UserInfo.Field CURRENT_LOCATION
ACTIVITIES
public static final UserInfo.Field ACTIVITIES
INTERESTS
public static final UserInfo.Field INTERESTS
IS_APP_USER
public static final UserInfo.Field IS_APP_USER
MUSIC
public static final UserInfo.Field MUSIC
TV
public static final UserInfo.Field TV
MOVIES
public static final UserInfo.Field MOVIES
BOOKS
public static final UserInfo.Field BOOKS
QUOTES
public static final UserInfo.Field QUOTES
ABOUT_ME
public static final UserInfo.Field ABOUT_ME
HS_INFO
public static final UserInfo.Field HS_INFO
EDUCATION_HISTORY
public static final UserInfo.Field EDUCATION_HISTORY
WORK_HISTORY
public static final UserInfo.Field WORK_HISTORY
NOTES_COUNT
public static final UserInfo.Field NOTES_COUNT
WALL_COUNT
public static final UserInfo.Field WALL_COUNT
STATUS
public static final UserInfo.Field STATUS
HAS_ADDED_APP
public static final UserInfo.Field HAS_ADDED_APP
values
public static UserInfo.Field[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (UserInfo.Field c : UserInfo.Field.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static UserInfo.Field valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<UserInfo.Field>
Copyright © 2008. All Rights Reserved.