com.restfb.types
Class Page

java.lang.Object
  extended by com.restfb.types.FacebookType
      extended by com.restfb.types.NamedFacebookType
          extended by com.restfb.types.CategorizedFacebookType
              extended by com.restfb.types.Page

public class Page
extends CategorizedFacebookType

Represents the Page Graph API type.

Since:
1.5
Author:
Mark Allen

Nested Class Summary
 
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
 
Constructor Summary
Page()
           
 
Method Summary
 String getCompanyOverview()
          Overview of the page's company.
 Long getFanCount()
          The number of fans the page has.
 String getFounded()
          When the page was founded.
 String getLink()
          The page's link.
 String getMission()
          The page's mission.
 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

Page

public Page()
Method Detail

getPicture

public String getPicture()
The page's picture.

Returns:
The page's picture.

getLink

public String getLink()
The page's link.

Returns:
The page's link.

getUsername

public String getUsername()
The page's username.

Returns:
The page's username.

getFounded

public String getFounded()
When the page was founded.

Returns:
When the page was founded.

getCompanyOverview

public String getCompanyOverview()
Overview of the page's company.

Returns:
Overview of the page's company.

getMission

public String getMission()
The page's mission.

Returns:
The page's mission.

getProducts

public String getProducts()
The page's products.

Returns:
The page's products.

getFanCount

public Long getFanCount()
The number of fans the page has.

Returns:
The number of fans the page has.


RestFB version 1.5.3. Copyright © 2010 Mark Allen. All Rights Reserved.