Class FacebookEvent

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

public final class FacebookEvent extends Object implements Serializable
This class represents a Facebook event.
Since:
1.1.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • FacebookEvent

      public FacebookEvent()
  • Method Details

    • getId

      public String getId()

      Getter for the field id.

      Returns:
      a String object
    • setId

      public void setId(String id)

      Setter for the field id.

      Parameters:
      id - a String object
    • getName

      public String getName()

      Getter for the field name.

      Returns:
      a String object
    • setName

      public void setName(String name)

      Setter for the field name.

      Parameters:
      name - a String object
    • getStartTime

      public Date getStartTime()

      Getter for the field startTime.

      Returns:
      a Date object
    • setStartTime

      public void setStartTime(Date startTime)

      Setter for the field startTime.

      Parameters:
      startTime - a Date object
    • getEndTime

      public Date getEndTime()

      Getter for the field endTime.

      Returns:
      a Date object
    • setEndTime

      public void setEndTime(Date endTime)

      Setter for the field endTime.

      Parameters:
      endTime - a Date object
    • getLocation

      public String getLocation()

      Getter for the field location.

      Returns:
      a String object
    • setLocation

      public void setLocation(String location)

      Setter for the field location.

      Parameters:
      location - a String object
    • getRsvpStatus

      public String getRsvpStatus()

      Getter for the field rsvpStatus.

      Returns:
      a String object
    • setRsvpStatus

      public void setRsvpStatus(String rsvpStatus)

      Setter for the field rsvpStatus.

      Parameters:
      rsvpStatus - a String object