facebook4j
Interface Page


public interface Page

Since:
Facebook4J 2.0.0
Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 Boolean canPost()
           
 String getAccessToken()
           
 String getCategory()
           
 Integer getCheckins()
           
 Cover getCover()
           
 Date getCreatedTime()
           
 String getId()
           
 Integer getLikes()
           
 URL getLink()
           
 Place.Location getLocation()
           
 String getName()
           
 String getPhone()
           
 URL getPicture()
           
 Integer getTalkingAboutCount()
           
 String getWebsite()
           
 Integer getWereHereCount()
           
 Boolean isCommunityPage()
           
 Boolean isPublished()
           
 

Method Detail

getId

String getId()

getName

String getName()

getLink

URL getLink()

getCategory

String getCategory()

isPublished

Boolean isPublished()

canPost

Boolean canPost()

getLikes

Integer getLikes()

getLocation

Place.Location getLocation()

getPhone

String getPhone()

getCheckins

Integer getCheckins()

getPicture

URL getPicture()

getCover

Cover getCover()

getWebsite

String getWebsite()

getTalkingAboutCount

Integer getTalkingAboutCount()

getAccessToken

String getAccessToken()

isCommunityPage

Boolean isCommunityPage()

getWereHereCount

Integer getWereHereCount()

getCreatedTime

Date getCreatedTime()


Copyright © 2014. All Rights Reserved.