Class FacebookPhoto

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

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

    • FacebookPhoto

      public FacebookPhoto()
  • 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
    • getFrom

      public FacebookObject getFrom()

      Getter for the field from.

      Returns:
      a FacebookObject object
    • setFrom

      public void setFrom(FacebookObject from)

      Setter for the field from.

      Parameters:
      from - a FacebookObject 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
    • getLink

      public String getLink()

      Getter for the field link.

      Returns:
      a String object
    • setLink

      public void setLink(String link)

      Setter for the field link.

      Parameters:
      link - a String object
    • getCoverPhoto

      public String getCoverPhoto()

      Getter for the field coverPhoto.

      Returns:
      a String object
    • setCoverPhoto

      public void setCoverPhoto(String coverPhoto)

      Setter for the field coverPhoto.

      Parameters:
      coverPhoto - a String object
    • getPrivacy

      public String getPrivacy()

      Getter for the field privacy.

      Returns:
      a String object
    • setPrivacy

      public void setPrivacy(String privacy)

      Setter for the field privacy.

      Parameters:
      privacy - a String object
    • getCount

      public Integer getCount()

      Getter for the field count.

      Returns:
      a Integer object
    • setCount

      public void setCount(Integer count)

      Setter for the field count.

      Parameters:
      count - a Integer 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
    • getCreatedTime

      public Date getCreatedTime()

      Getter for the field createdTime.

      Returns:
      a Date object
    • setCreatedTime

      public void setCreatedTime(Date createdTime)

      Setter for the field createdTime.

      Parameters:
      createdTime - a Date object
    • getUpdatedTime

      public Date getUpdatedTime()

      Getter for the field updatedTime.

      Returns:
      a Date object
    • setUpdatedTime

      public void setUpdatedTime(Date updatedTime)

      Setter for the field updatedTime.

      Parameters:
      updatedTime - a Date object
    • getCanUpload

      public Boolean getCanUpload()

      Getter for the field canUpload.

      Returns:
      a Boolean object
    • setCanUpload

      public void setCanUpload(Boolean canUpload)

      Setter for the field canUpload.

      Parameters:
      canUpload - a Boolean object