facebook4j
Interface Page


public interface Page

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

Method Summary
 Boolean canPost()
           
 String getAbout()
           
 String getAccessToken()
           
 String getCategory()
           
 Integer getCheckins()
           
 String getCompanyOverview()
          Company overview about this page.
 Cover getCover()
           
 Date getCreatedTime()
           
 Integer getFanCount()
          Number of people who like this page.
 Map<String,String> getHours()
           
 String getId()
           
 PagableList<Like> getLikes()
           
 URL getLink()
           
 Place.Location getLocation()
           
 String getMission()
           
 String getName()
           
 PagableList<PageBackedInstagramAccount> getPageBackedInstagramAccounts()
           
 String getPhone()
           
 URL getPicture()
           
 Integer getTalkingAboutCount()
           
 String getUsername()
           
 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()

getLocation

Place.Location getLocation()

getPhone

String getPhone()

getCheckins

Integer getCheckins()

getPicture

URL getPicture()

getCover

Cover getCover()

getWebsite

String getWebsite()

getCompanyOverview

String getCompanyOverview()
Company overview about this page.

Returns:

getTalkingAboutCount

Integer getTalkingAboutCount()

getAccessToken

String getAccessToken()

isCommunityPage

Boolean isCommunityPage()

getWereHereCount

Integer getWereHereCount()

getFanCount

Integer getFanCount()
Number of people who like this page.

Returns:

getCreatedTime

Date getCreatedTime()

getAbout

String getAbout()

getUsername

String getUsername()

getMission

String getMission()

getHours

Map<String,String> getHours()

getLikes

PagableList<Like> getLikes()

getPageBackedInstagramAccounts

PagableList<PageBackedInstagramAccount> getPageBackedInstagramAccounts()


Copyright © 2019. All rights reserved.