|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PageProfileField>
com.google.code.facebookapi.PageProfileField
public enum PageProfileField
Enum describing the profile fields of Facebook Pages.
IFacebookRestClient.pages_getInfo(java.util.Collection, java.util.EnumSet) | Enum Constant Summary | |
|---|---|
AFFILIATION
Affiliation field of person or team, may be blank |
|
ARTISTS_WE_LIKE
Artists also liked by the musician, may be blank |
|
ATTIRE
Restaurant recommended attire, may be one of Unspecfied, Casual, or Dressy |
|
AWARDS
Awards received by TV/Film, may be blank |
|
BAND_INTERESTS
Band interests, may be blank |
|
BAND_MEMBERS
Members of the band, may be blank. |
|
BIO
biography field, may be blank. |
|
BIRTHDAY
Birthday field, may be blank. |
|
BOOKING_AGENT
Boooking agent, may be blank |
|
BUILT
when automotive was built, may be blank |
|
COMPANY_OVERVIEW
overview of company, may be blank |
|
CURRENT_LOCATION
Current location, may be blank |
|
DIRECTED_BY
Who directed TV/Film, may be blank |
|
FEATURES
features of automotive, may be blank |
|
FOUNDED
When company was founded, may be blank |
|
GENERAL_INFO
general info field, may be blank |
|
GENRE
genre of music. |
|
HAS_ADDED_APP
Bool (0 or 1) indicating whether the page has added the calling application to their Facebook account. |
|
HOMETOWN
hometown field, may be blank. |
|
HOURS
Contains the operating hours. |
|
INFLUENCES
influences, may be blank |
|
LOCATION
Contains the location of the entity. |
|
MEMBERS
members of team, may be blank |
|
MISSION
Mission of company, may be blank |
|
MPG
mpg of automotive, may be blank |
|
NAME
Page entered profile field. |
|
NETWORK
Network of TV show, may be blank |
|
PAGE_ID
The id corresponding to the page returned. |
|
PARKING
Parking options available. |
|
PAYMENT_OPTIONS
Payment options accepted. |
|
PERSONAL_INFO
Personal information of public figure, may be blank |
|
PERSONAL_INTERESTS
Personal interests of public figure, may be blank |
|
PIC
URL of profile picture with max width 100px and max height 300px. |
|
PIC_BIG
URL of profile picture with max width 200px and max height 600px. |
|
PIC_LARGE
URL of profile picture with max width 396px and max height 1188px. |
|
PIC_SMALL
URL of profile picture, with max width 50px and max height 150px. |
|
PIC_SQUARE
URL of a square section of the profile picture, with width 50px and height 50px. |
|
PLOT_OUTLINE
Plot outline of TV/Film, may be blank |
|
PRODUCED_BY
Who produced TV/Film, may be blank |
|
PRODUCTS
Company's products, may be blank |
|
PUBLIC_TRANSIT
Public transit details, e.g. |
|
RECORD_LABEL
record label, may be blank |
|
RELEASE_DATE
Release date of film, may be blank |
|
SCHEDULE
Schedule of TV show, may be blank |
|
SEASON
Season of TV show, may be blank |
|
STARRING
Who's starring in TV/Film, may be blank |
|
STUDIO
Studio Film was produced, may be blank |
|
TYPE
Contains the type of the page. |
|
WEBSITE
Contains the website of the page. |
|
WRITTEN_BY
Who wrote TV/Film, may be blank |
|
| Method Summary | |
|---|---|
java.lang.String |
fieldName()
|
boolean |
isName(java.lang.String name)
Returns true if this field has a particular name. |
java.lang.String |
toString()
|
static PageProfileField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PageProfileField[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PageProfileField PAGE_ID
public static final PageProfileField NAME
public static final PageProfileField PIC_SMALL
public static final PageProfileField PIC_SQUARE
public static final PageProfileField PIC_BIG
public static final PageProfileField PIC
public static final PageProfileField PIC_LARGE
public static final PageProfileField TYPE
public static final PageProfileField WEBSITE
public static final PageProfileField LOCATION
public static final PageProfileField HOURS
public static final PageProfileField PARKING
public static final PageProfileField PUBLIC_TRANSIT
public static final PageProfileField ATTIRE
public static final PageProfileField PAYMENT_OPTIONS
public static final PageProfileField BAND_MEMBERS
public static final PageProfileField BIO
public static final PageProfileField HOMETOWN
public static final PageProfileField GENRE
public static final PageProfileField RECORD_LABEL
public static final PageProfileField INFLUENCES
public static final PageProfileField HAS_ADDED_APP
public static final PageProfileField FOUNDED
public static final PageProfileField COMPANY_OVERVIEW
public static final PageProfileField MISSION
public static final PageProfileField PRODUCTS
public static final PageProfileField RELEASE_DATE
public static final PageProfileField STARRING
public static final PageProfileField WRITTEN_BY
public static final PageProfileField DIRECTED_BY
public static final PageProfileField PRODUCED_BY
public static final PageProfileField STUDIO
public static final PageProfileField AWARDS
public static final PageProfileField PLOT_OUTLINE
public static final PageProfileField NETWORK
public static final PageProfileField SEASON
public static final PageProfileField SCHEDULE
public static final PageProfileField CURRENT_LOCATION
public static final PageProfileField BOOKING_AGENT
public static final PageProfileField ARTISTS_WE_LIKE
public static final PageProfileField BAND_INTERESTS
public static final PageProfileField AFFILIATION
public static final PageProfileField BIRTHDAY
public static final PageProfileField PERSONAL_INFO
public static final PageProfileField PERSONAL_INTERESTS
public static final PageProfileField MEMBERS
public static final PageProfileField BUILT
public static final PageProfileField FEATURES
public static final PageProfileField MPG
public static final PageProfileField GENERAL_INFO
| Method Detail |
|---|
public static final PageProfileField[] values()
for(PageProfileField c : PageProfileField.values())
System.out.println(c);
public static PageProfileField valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String fieldName()
public java.lang.String toString()
toString in class java.lang.Enum<PageProfileField>public boolean isName(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||