com.restfb.types
Class User.Education

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

public static class User.Education
extends Object
implements Serializable

Represents the Education Graph API type.

Author:
Mark Allen, Patrick Alberts
See Also:
Serialized Form

Constructor Summary
User.Education()
           
 
Method Summary
 boolean equals(Object that)
           
 List<User.EducationClass> getClasses()
          Classes taken at this school.
 List<NamedFacebookType> getConcentration()
          Concentrations/minors.
 NamedFacebookType getDegree()
          Degree acquired.
 NamedFacebookType getSchool()
          The school name and ID.
 String getType()
          Type of school, e.g.
 List<NamedFacebookType> getWith()
          Friends associated with this school.
 NamedFacebookType getYear()
          Graduation year.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User.Education

public User.Education()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object that)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getSchool

public NamedFacebookType getSchool()
The school name and ID.

Returns:
The school name and ID.

getYear

public NamedFacebookType getYear()
Graduation year.

Returns:
Graduation year.

getDegree

public NamedFacebookType getDegree()
Degree acquired.

Returns:
Degree acquired.

getType

public String getType()
Type of school, e.g. College.

Returns:
Type of school.

getConcentration

public List<NamedFacebookType> getConcentration()
Concentrations/minors.

Returns:
Concentrations/minors.

getWith

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

Returns:
Friends associated with this school.
Since:
1.6.3

getClasses

public List<User.EducationClass> getClasses()
Classes taken at this school.

Returns:
Classes taken at this school.
Since:
1.6.8


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