com.restfb.types
Class User.EducationClass

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

public static class User.EducationClass
extends NamedFacebookType

Represents the Class Graph API type.

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

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

public User.EducationClass()
Method Detail

getWith

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

Returns:
Friends associated with this class.

getDescription

public String getDescription()
The description of this class.

Returns:
The description of this class.


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