|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.CategorizedFacebookType
com.restfb.types.Page
public class Page
Represents the Page Graph API type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
---|
FacebookType.Metadata |
Constructor Summary | |
---|---|
Page()
|
Method Summary | |
---|---|
String |
getAccessToken()
The access token specific to this page. |
Integer |
getCheckins()
The total number of users who have checked in to the Page. |
String |
getCompanyOverview()
Overview of the page's company. |
String |
getDescription()
A description of this page. |
Long |
getFanCount()
Deprecated. In favor of getLikes() . |
String |
getFounded()
When the page was founded. |
Boolean |
getIsCommunityPage()
Is this a community page? |
Long |
getLikes()
The number of likes the page has. |
String |
getLink()
The page's link. |
Location |
getLocation()
The location of the place this page represents. |
String |
getMission()
The page's mission. |
String |
getPhone()
The phone number (not always normalized for country code) for the Page. |
String |
getPicture()
The page's picture. |
String |
getProducts()
The page's products. |
String |
getUsername()
The page's username. |
Methods inherited from class com.restfb.types.CategorizedFacebookType |
---|
getCategory |
Methods inherited from class com.restfb.types.NamedFacebookType |
---|
getName |
Methods inherited from class com.restfb.types.FacebookType |
---|
equals, getId, getMetadata, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Page()
Method Detail |
---|
public String getPicture()
public String getLink()
public String getUsername()
public String getFounded()
public String getCompanyOverview()
public String getMission()
public String getProducts()
public Long getFanCount()
getLikes()
.
public Long getLikes()
public Boolean getIsCommunityPage()
public String getDescription()
public Integer getCheckins()
public String getPhone()
public String getAccessToken()
This value will only be available for pages if the application accessing
this page has been given manage_page
permissions.
public Location getLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |