Class FacebookEducation

java.lang.Object
org.pac4j.oauth.profile.facebook.FacebookEducation
All Implemented Interfaces:
Serializable

public final class FacebookEducation extends Object implements Serializable
This class represents an education object for Facebook.
Since:
1.0.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • FacebookEducation

      public FacebookEducation()
  • Method Details

    • getSchool

      public FacebookObject getSchool()

      Getter for the field school.

      Returns:
      a FacebookObject object
    • setSchool

      public void setSchool(FacebookObject school)

      Setter for the field school.

      Parameters:
      school - a FacebookObject object
    • getDegree

      public FacebookObject getDegree()

      Getter for the field degree.

      Returns:
      a FacebookObject object
    • setDegree

      public void setDegree(FacebookObject degree)

      Setter for the field degree.

      Parameters:
      degree - a FacebookObject object
    • getYear

      public FacebookObject getYear()

      Getter for the field year.

      Returns:
      a FacebookObject object
    • setYear

      public void setYear(FacebookObject year)

      Setter for the field year.

      Parameters:
      year - a FacebookObject object
    • getConcentration

      public List<FacebookObject> getConcentration()

      Getter for the field concentration.

      Returns:
      a List object
    • setConcentration

      public void setConcentration(List<FacebookObject> concentration)

      Setter for the field concentration.

      Parameters:
      concentration - a List object
    • getType

      public String getType()

      Getter for the field type.

      Returns:
      a String object
    • setType

      public void setType(String type)

      Setter for the field type.

      Parameters:
      type - a String object