Package org.pac4j.oauth.profile.facebook
Class FacebookEvent
java.lang.Object
org.pac4j.oauth.profile.facebook.FacebookEvent
- All Implemented Interfaces:
Serializable
This class represents a Facebook event.
- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldendTime.getId()Getter for the fieldid.Getter for the fieldlocation.getName()Getter for the fieldname.Getter for the fieldrsvpStatus.Getter for the fieldstartTime.voidsetEndTime(Date endTime) Setter for the fieldendTime.voidSetter for the fieldid.voidsetLocation(String location) Setter for the fieldlocation.voidSetter for the fieldname.voidsetRsvpStatus(String rsvpStatus) Setter for the fieldrsvpStatus.voidsetStartTime(Date startTime) Setter for the fieldstartTime.
-
Constructor Details
-
FacebookEvent
public FacebookEvent()
-
-
Method Details
-
getId
Getter for the field
id.- Returns:
- a
Stringobject
-
setId
Setter for the field
id.- Parameters:
id- aStringobject
-
getName
Getter for the field
name.- Returns:
- a
Stringobject
-
setName
Setter for the field
name.- Parameters:
name- aStringobject
-
getStartTime
Getter for the field
startTime.- Returns:
- a
Dateobject
-
setStartTime
Setter for the field
startTime.- Parameters:
startTime- aDateobject
-
getEndTime
Getter for the field
endTime.- Returns:
- a
Dateobject
-
setEndTime
Setter for the field
endTime.- Parameters:
endTime- aDateobject
-
getLocation
Getter for the field
location.- Returns:
- a
Stringobject
-
setLocation
Setter for the field
location.- Parameters:
location- aStringobject
-
getRsvpStatus
Getter for the field
rsvpStatus.- Returns:
- a
Stringobject
-
setRsvpStatus
Setter for the field
rsvpStatus.- Parameters:
rsvpStatus- aStringobject
-