facebook4j
Interface User.Education

Enclosing interface:
User

public static interface User.Education


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

Method Detail

getYear

IdNameEntity getYear()

getType

String getType()

getSchool

IdNameEntity getSchool()

getDegree

IdNameEntity getDegree()

getConcentration

List<IdNameEntity> getConcentration()

getClasses

List<User.EducationClass> getClasses()

getWith

List<IdNameEntity> getWith()


Copyright © 2019. All rights reserved.