org.springframework.social.facebook.api
Class Reference

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by org.springframework.social.facebook.api.Reference
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FamilyMember, GroupMemberReference

public class Reference
extends FacebookObject
implements Serializable

A simple reference to another Facebook object without the complete set of object data.

See Also:
Serialized Form

Constructor Summary
Reference(String id)
           
Reference(String id, String name)
           
 
Method Summary
 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

Reference

public Reference(String id)

Reference

public Reference(String id,
                 String name)
Method Detail

getId

public String getId()

getName

public String getName()