facebook4j
Interface User.Education

All Known Implementing Classes:
UserJSONImpl.EducationJSONImpl
Enclosing interface:
User

public static interface User.Education


Method Summary
 java.util.List<User.EducationClass> getClasses()
           
 java.util.List<IdNameEntity> getConcentration()
           
 IdNameEntity getDegree()
           
 IdNameEntity getSchool()
           
 java.lang.String getType()
           
 java.util.List<IdNameEntity> getWith()
           
 IdNameEntity getYear()
           
 

Method Detail

getYear

IdNameEntity getYear()

getType

java.lang.String getType()

getSchool

IdNameEntity getSchool()

getDegree

IdNameEntity getDegree()

getConcentration

java.util.List<IdNameEntity> getConcentration()

getClasses

java.util.List<User.EducationClass> getClasses()

getWith

java.util.List<IdNameEntity> getWith()