Package org.pac4j.oauth.profile.facebook
Class FacebookEducation
java.lang.Object
org.pac4j.oauth.profile.facebook.FacebookEducation
- All Implemented Interfaces:
Serializable
This class represents an education object for Facebook.
- Since:
- 1.0.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldconcentration.Getter for the fielddegree.Getter for the fieldschool.getType()Getter for the fieldtype.getYear()Getter for the fieldyear.voidsetConcentration(List<FacebookObject> concentration) Setter for the fieldconcentration.voidsetDegree(FacebookObject degree) Setter for the fielddegree.voidsetSchool(FacebookObject school) Setter for the fieldschool.voidSetter for the fieldtype.voidsetYear(FacebookObject year) Setter for the fieldyear.
-
Constructor Details
-
FacebookEducation
public FacebookEducation()
-
-
Method Details
-
getSchool
Getter for the field
school.- Returns:
- a
FacebookObjectobject
-
setSchool
Setter for the field
school.- Parameters:
school- aFacebookObjectobject
-
getDegree
Getter for the field
degree.- Returns:
- a
FacebookObjectobject
-
setDegree
Setter for the field
degree.- Parameters:
degree- aFacebookObjectobject
-
getYear
Getter for the field
year.- Returns:
- a
FacebookObjectobject
-
setYear
Setter for the field
year.- Parameters:
year- aFacebookObjectobject
-
getConcentration
Getter for the field
concentration.- Returns:
- a
Listobject
-
setConcentration
Setter for the field
concentration.- Parameters:
concentration- aListobject
-
getType
Getter for the field
type.- Returns:
- a
Stringobject
-
setType
Setter for the field
type.- Parameters:
type- aStringobject
-