org.springframework.social.facebook.api
Class FamilyMember

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by org.springframework.social.facebook.api.Reference
          extended by org.springframework.social.facebook.api.FamilyMember
All Implemented Interfaces:
Serializable

public class FamilyMember
extends Reference

See Also:
Serialized Form

Constructor Summary
FamilyMember(String id, String name, String relationship)
           
 
Method Summary
 String getRelationship()
           
 
Methods inherited from class org.springframework.social.facebook.api.Reference
getId, 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

FamilyMember

public FamilyMember(String id,
                    String name,
                    String relationship)
Method Detail

getRelationship

public String getRelationship()