Package org.pac4j.oauth.profile.facebook
Class FacebookPhoto
java.lang.Object
org.pac4j.oauth.profile.facebook.FacebookPhoto
- All Implemented Interfaces:
Serializable
This class represents a Facebook photo.
- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldcanUpload.getCount()Getter for the fieldcount.Getter for the fieldcoverPhoto.Getter for the fieldcreatedTime.getFrom()Getter for the fieldfrom.getId()Getter for the fieldid.getLink()Getter for the fieldlink.getName()Getter for the fieldname.Getter for the fieldprivacy.getType()Getter for the fieldtype.Getter for the fieldupdatedTime.voidsetCanUpload(Boolean canUpload) Setter for the fieldcanUpload.voidSetter for the fieldcount.voidsetCoverPhoto(String coverPhoto) Setter for the fieldcoverPhoto.voidsetCreatedTime(Date createdTime) Setter for the fieldcreatedTime.voidsetFrom(FacebookObject from) Setter for the fieldfrom.voidSetter for the fieldid.voidSetter for the fieldlink.voidSetter for the fieldname.voidsetPrivacy(String privacy) Setter for the fieldprivacy.voidSetter for the fieldtype.voidsetUpdatedTime(Date updatedTime) Setter for the fieldupdatedTime.
-
Constructor Details
-
FacebookPhoto
public FacebookPhoto()
-
-
Method Details
-
getId
Getter for the field
id.- Returns:
- a
Stringobject
-
setId
Setter for the field
id.- Parameters:
id- aStringobject
-
getFrom
Getter for the field
from.- Returns:
- a
FacebookObjectobject
-
setFrom
Setter for the field
from.- Parameters:
from- aFacebookObjectobject
-
getName
Getter for the field
name.- Returns:
- a
Stringobject
-
setName
Setter for the field
name.- Parameters:
name- aStringobject
-
getLink
Getter for the field
link.- Returns:
- a
Stringobject
-
setLink
Setter for the field
link.- Parameters:
link- aStringobject
-
getCoverPhoto
Getter for the field
coverPhoto.- Returns:
- a
Stringobject
-
setCoverPhoto
Setter for the field
coverPhoto.- Parameters:
coverPhoto- aStringobject
-
getPrivacy
Getter for the field
privacy.- Returns:
- a
Stringobject
-
setPrivacy
Setter for the field
privacy.- Parameters:
privacy- aStringobject
-
getCount
Getter for the field
count.- Returns:
- a
Integerobject
-
setCount
Setter for the field
count.- Parameters:
count- aIntegerobject
-
getType
Getter for the field
type.- Returns:
- a
Stringobject
-
setType
Setter for the field
type.- Parameters:
type- aStringobject
-
getCreatedTime
Getter for the field
createdTime.- Returns:
- a
Dateobject
-
setCreatedTime
Setter for the field
createdTime.- Parameters:
createdTime- aDateobject
-
getUpdatedTime
Getter for the field
updatedTime.- Returns:
- a
Dateobject
-
setUpdatedTime
Setter for the field
updatedTime.- Parameters:
updatedTime- aDateobject
-
getCanUpload
Getter for the field
canUpload.- Returns:
- a
Booleanobject
-
setCanUpload
Setter for the field
canUpload.- Parameters:
canUpload- aBooleanobject
-