Klasse Checkin

Alle implementierten Schnittstellen:
HasCreatedTime, HasFrom, HasMessage, Serializable

public class Checkin extends FacebookType implements HasCreatedTime, HasFrom, HasMessage
Represents the Checkin Graph API type.
Seit:
1.6
Autor:
Mark Allen
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getComments

      The comments for the check-in.
      Gibt zurück:
      The comments for the check-in.
    • addComment

      public boolean addComment(Comment comment)
    • removeComment

      public boolean removeComment(Comment comment)
    • getTags

      Tags for the check-in. I.e. Users tagged in the check-in
      Gibt zurück:
      Tags for the check-in.
    • addTag

      public boolean addTag(NamedFacebookType tag)
    • removeTag

      public boolean removeTag(NamedFacebookType tag)
    • getMessage

      public String getMessage()
      The message the user added to the check-in.
      Angegeben von:
      getMessage in Schnittstelle HasMessage
      Gibt zurück:
      The message the user added to the check-in.
    • setMessage

      public void setMessage(String message)
      The message the user added to the check-in.
    • getFrom

      The ID and name of the user who made the check-in.
      Angegeben von:
      getFrom in Schnittstelle HasFrom
      Gibt zurück:
      The ID and name of the user who made the check-in.
    • setFrom

      public void setFrom(NamedFacebookType from)
      The ID and name of the user who made the check-in.
    • getApplication

      The ID and name of the application that made the check-in.
      Gibt zurück:
      The ID and name of the application that made the check-in.
    • setApplication

      public void setApplication(NamedFacebookType application)
      The ID and name of the application that made the check-in.
    • getPlace

      public Place getPlace()
      The ID, name, and location of the Facebook Page that represents the location of the check-in.
      Gibt zurück:
      The ID, name, and location of the Facebook Page that represents the location of the check-in.
    • setPlace

      public void setPlace(Place place)
      The ID, name, and location of the Facebook Page that represents the location of the check-in.
    • getCreatedTime

      public Date getCreatedTime()
      The time the check-in was created.
      Angegeben von:
      getCreatedTime in Schnittstelle HasCreatedTime
      Gibt zurück:
      The time the check-in was created.
    • setCreatedTime

      public void setCreatedTime(Date createdTime)
      The time the check-in was created.