|
|||||||||
| 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.Collection) | Enum Constant Summary | |
|---|---|
AFFILIATION
Affiliation field of person or team, may be blank |
|
ARTISTS_WE_LIKE
|
|
ATTIRE
Restaurant recommended attire, may be one of Unspecfied, Casual, or Dressy |
|
AWARDS
|
|
BAND_INTERESTS
Band interests, may be blank |
|
BAND_MEMBERS
|
|
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
Summary of the subject of the Page being queried. |
|
CULINARY_TEAM
The team of people preparing the food at the restaurant at the Page being queried. |
|
CURRENT_LOCATION
|
|
DIRECTED_BY
|
|
FAN_COUNT
|
|
FEATURES
features of automotive, may be blank |
|
FOUNDED
The date when the subject of the Page being queried was founded. |
|
GENERAL_INFO
general info field, may be blank |
|
GENERAL_MANAGER
The general manager of the Page being queried. |
|
GENRE
|
|
HAS_ADDED_APP
Indicates whether a calling application has been added by the Page being queried. |
|
HOMETOWN
|
|
HOURS
Contains the operating hours. |
|
INFLUENCES
influences, may be blank |
|
LOCATION
The location of the Page being queried, including the street, city, state, country and zip (or post code). |
|
MEMBERS
members of team, may be blank |
|
MISSION
The mission statement of the organization that is the subject of the Page being queried. |
|
MPG
mpg of automotive, may be blank |
|
NAME
The name of the Page being queried. |
|
NETWORK
|
|
PAGE_ID
The ID of the Page being queried. |
|
PAGE_URL
The profile URL for the Page being queried. |
|
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
The URL to the medium-sized profile picture for the Page being queried. |
|
PIC_BIG
The URL to the large-sized profile picture for the Page being queried. |
|
PIC_LARGE
The URL to the largest-sized profile picture for the Page being queried. |
|
PIC_SMALL
The URL to the small-sized picture for the Page being queried. |
|
PIC_SQUARE
The URL to the square profile picture for the Page being queried. |
|
PLOT_OUTLINE
|
|
PRESS_CONTACT
|
|
PRICE_RANGE
|
|
PRODUCED_BY
|
|
PRODUCTS
The products offered by the company on the Page being queried. |
|
PUBLIC_TRANSIT
Public transit details, e.g. |
|
RECORD_LABEL
|
|
RELEASE_DATE
|
|
RESTAURANT_SERVICES
|
|
RESTAURANT_SPECIALTIES
|
|
SCHEDULE
|
|
SCREENPLAY_BY
|
|
SEASON
|
|
STARRING
|
|
STUDIO
|
|
TYPE
Contains the type of the page. |
|
USERNAME
|
|
WEBSITE
Contains the website of the page. |
|
WRITTEN_BY
|
|
| 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 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 |
| 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_BIG
public static final PageProfileField PIC_SQUARE
public static final PageProfileField PIC
public static final PageProfileField PIC_LARGE
public static final PageProfileField PAGE_URL
public static final PageProfileField TYPE
public static final PageProfileField WEBSITE
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 LOCATION
public static final PageProfileField PARKING
public static final PageProfileField PUBLIC_TRANSIT
public static final PageProfileField HOURS
public static final PageProfileField ATTIRE
public static final PageProfileField PAYMENT_OPTIONS
public static final PageProfileField CULINARY_TEAM
public static final PageProfileField GENERAL_MANAGER
public static final PageProfileField PRICE_RANGE
public static final PageProfileField RESTAURANT_SERVICES
public static final PageProfileField RESTAURANT_SPECIALTIES
public static final PageProfileField RELEASE_DATE
public static final PageProfileField GENRE
public static final PageProfileField STARRING
public static final PageProfileField SCREENPLAY_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 WRITTEN_BY
public static final PageProfileField BAND_MEMBERS
public static final PageProfileField HOMETOWN
public static final PageProfileField CURRENT_LOCATION
public static final PageProfileField RECORD_LABEL
public static final PageProfileField BOOKING_AGENT
public static final PageProfileField PRESS_CONTACT
public static final PageProfileField ARTISTS_WE_LIKE
public static final PageProfileField INFLUENCES
public static final PageProfileField BAND_INTERESTS
public static final PageProfileField BIO
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
public static final PageProfileField FAN_COUNT
public static final PageProfileField USERNAME
| Method Detail |
|---|
public static 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 name
java.lang.NullPointerException - if the argument is nullpublic 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 | ||||||||