public static class User.Education extends Object
Constructor and Description |
---|
Education() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
List<NamedFacebookType> |
getConcentration()
Concentrations/minors.
|
NamedFacebookType |
getDegree()
Degree acquired.
|
NamedFacebookType |
getSchool()
The school name and ID.
|
NamedFacebookType |
getYear()
Graduation year.
|
int |
hashCode() |
String |
toString() |
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object that)
equals
in class Object
Object.equals(Object)
public String toString()
toString
in class Object
Object.toString()
public NamedFacebookType getSchool()
public NamedFacebookType getYear()
public NamedFacebookType getDegree()
public List<NamedFacebookType> getConcentration()
Copyright © 2014. All rights reserved.