com.restfb.types
Class User.Sport

java.lang.Object
  extended by com.restfb.types.FacebookType
      extended by com.restfb.types.NamedFacebookType
          extended by com.restfb.types.User.Sport
All Implemented Interfaces:
Serializable
Enclosing class:
User

public static class User.Sport
extends NamedFacebookType

Represents the Sport Graph API type.

Since:
1.6.3
Author:
Patrick Alberts
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
 
Constructor Summary
User.Sport()
           
 
Method Summary
 List<NamedFacebookType> getWith()
          Friends associated with this sport.
 
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

User.Sport

public User.Sport()
Method Detail

getWith

public List<NamedFacebookType> getWith()
Friends associated with this sport.

Returns:
Friends associated with this sport.


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