Klasse Milestone

Alle implementierten Schnittstellen:
HasCreatedTime, Serializable

public class Milestone extends FacebookType implements HasCreatedTime
Represents the Milestone Graph API type.
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getTitle

      public String getTitle()
      The title of the milestone
      Gibt zurück:
      The title of the milestone
    • setTitle

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

      public Page getFrom()
      The Page that posted the milestone.
      Gibt zurück:
      The Page that posted the milestone.
    • setFrom

      public void setFrom(Page from)
      The Page that posted the milestone.
    • getDescription

      The description of the milestone.
      Gibt zurück:
      The description of the milestone
    • setDescription

      public void setDescription(String description)
      The description of the milestone.
    • getCreatedTime

      public Date getCreatedTime()
      The creation time of the milestone.
      Angegeben von:
      getCreatedTime in Schnittstelle HasCreatedTime
      Gibt zurück:
      The creation time of the milestone
    • setCreatedTime

      public void setCreatedTime(Date createdTime)
      The creation time of the milestone.
    • getUpdatedTime

      public Date getUpdatedTime()
      The update time of the milestone.
      Gibt zurück:
      The update time of the milestone
    • setUpdatedTime

      public void setUpdatedTime(Date updatedTime)
      The update time of the milestone.
    • getStartTime

      public Date getStartTime()
      The start time of the milestone.
      Gibt zurück:
      The start time of the milestone
    • setStartTime

      public void setStartTime(Date startTime)
      The start time of the milestone.
    • getEndTime

      public Date getEndTime()
      The end time of the milestone. Page milestones have the same start and end time.
      Gibt zurück:
      The end time of the milestone. Page milestones have the same start and end time
    • setEndTime

      public void setEndTime(Date endTime)
      The end time of the milestone. Page milestones have the same start and end time.