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()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getStartTime

      public Date getStartTime()
    • setStartTime

      public void setStartTime(Date startTime)
    • getEndTime

      public Date getEndTime()
    • setEndTime

      public void setEndTime(Date endTime)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getRsvpStatus

      public String getRsvpStatus()
    • setRsvpStatus

      public void setRsvpStatus(String rsvpStatus)