com.restfb.types
Class Application

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.Application
All Implemented Interfaces:
Serializable

public class Application
extends CategorizedFacebookType

Represents the Application Graph API type.

Since:
1.6
Author:
Mark Allen
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
 
Constructor Summary
Application()
           
 
Method Summary
 String getDescription()
          The description of the application written by the 3rd party developers.
 String getLink()
          A link to application dashboard on Facebook Connections feed
 
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

Application

public Application()
Method Detail

getDescription

public String getDescription()
The description of the application written by the 3rd party developers.

Returns:
The description of the application written by the 3rd party developers.

getLink

public String getLink()
A link to application dashboard on Facebook Connections feed

Returns:
A link to application dashboard on Facebook Connections feed.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.