|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.social.facebook.api.FacebookObject org.springframework.social.facebook.api.Page
public class Page
Model class representing a Facebook page. A Facebook page could represent any number of things, including businesses, government agencies, people, organizations, etc. A page may even represent a place that a user may check into using Facebook Places, if the page has location data. The data available for a page will vary depending on the category it belongs to and what data the page administrator has entered.
Constructor Summary | |
---|---|
Page(String id,
String name,
String link,
String category)
|
Method Summary | |
---|---|
boolean |
canPost()
Indicates whether or not the authenticated user can post on this page. |
String |
getAbout()
|
String |
getAffiliation()
|
String |
getCategory()
|
int |
getCheckins()
|
String |
getCompanyOverview()
|
CoverPhoto |
getCover()
The page's cover photo. |
String |
getDescription()
|
Map<String,String> |
getHours()
|
String |
getId()
|
int |
getLikes()
|
String |
getLink()
|
Location |
getLocation()
|
String |
getName()
|
String |
getPhone()
|
String |
getPicture()
Deprecated. This method will be replaced in Spring 1.1.0 with a new version that returns an object with more details about the picture. |
int |
getTalkingAboutCount()
|
String |
getWebsite()
|
boolean |
hasAddedApp()
|
boolean |
isCommunityPage()
|
boolean |
isPublished()
|
Methods inherited from class org.springframework.social.facebook.api.FacebookObject |
---|
add, getExtraData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Page(String id, String name, String link, String category)
Method Detail |
---|
public String getId()
public String getName()
public String getLink()
public String getCategory()
public String getDescription()
public String getAbout()
public Location getLocation()
public String getWebsite()
@Deprecated public String getPicture()
public CoverPhoto getCover()
public String getPhone()
public String getAffiliation()
public String getCompanyOverview()
public int getLikes()
public int getTalkingAboutCount()
public int getCheckins()
public boolean canPost()
public boolean isPublished()
public boolean isCommunityPage()
public boolean hasAddedApp()
public Map<String,String> getHours()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |