org.springframework.social.facebook.api
Class Account

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by org.springframework.social.facebook.api.Account

public class Account
extends FacebookObject


Constructor Summary
Account(String id, String name, String category, String accessToken)
           
 
Method Summary
 String getAccessToken()
           
 String getCategory()
           
 String getId()
           
 String getName()
           
 
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

Account

public Account(String id,
               String name,
               String category,
               String accessToken)
Method Detail

getId

public String getId()

getName

public String getName()

getCategory

public String getCategory()

getAccessToken

public String getAccessToken()