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 ObjectObject.hashCode()public boolean equals(Object that)
equals in class ObjectObject.equals(Object)public String toString()
toString in class ObjectObject.toString()public NamedFacebookType getSchool()
public NamedFacebookType getYear()
public NamedFacebookType getDegree()
public List<NamedFacebookType> getConcentration()
Copyright © 2014. All rights reserved.