Class PageLifeEvent

All Implemented Interfaces:
HasCreatedTime, Serializable

public class PageLifeEvent extends FacebookType implements HasCreatedTime
Represents the Life Event Graph API type.
Since:
2.0.0
Author:
Quang Pham Le Duy
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getCreatedTime

      public Date getCreatedTime()
      The time when this milestone was published
      Specified by:
      getCreatedTime in interface HasCreatedTime
      Returns:
      The time when this milestone was published
    • setCreatedTime

      public void setCreatedTime(Date createdTime)
      The time when this milestone was published
    • getDescription

      Description of the milestone.
      Returns:
      Description of the milestone.
    • setDescription

      public void setDescription(String description)
      Description of the milestone.
    • getEndTime

      public Date getEndTime()
      The time when this milestone came to an end.
      Returns:
      The time when this milestone came to an end.
    • setEndTime

      public void setEndTime(Date endTime)
      The time when this milestone came to an end.
    • getFromPage

      public Page getFromPage()
      The information of the Page that owns the milestone.
      Returns:
      The information of the Page that owns the milestone.
    • setFromPage

      public void setFromPage(Page fromPage)
      The information of the Page that owns the milestone.
    • getIsHidden

      public Boolean getIsHidden()
      Whether the milestone is hidden or not.
      Returns:
      true if the post is hidden, otherwise return false.
    • setIsHidden

      public void setIsHidden(Boolean isHidden)
      Whether the milestone is hidden or not.
    • getStartTime

      public Date getStartTime()
      The time when this milestone was started.
      Returns:
      The time when this milestone was started.
    • setStartTime

      public void setStartTime(Date startTime)
      The time when this milestone was started.
    • getTitle

      public String getTitle()
      The title of the milestone.
      Returns:
      The title of the milestone.
    • setTitle

      public void setTitle(String title)
      The title of the milestone.
    • getUpdatedTime

      public Date getUpdatedTime()
      The time when this milestone was updated.
      Returns:
      The time when this milestone was updated.
    • setUpdatedTime

      public void setUpdatedTime(Date updatedTime)
      The time when this milestone was updated.