Class Checkin

    • Constructor Detail

    • Method Detail

      • getComments

        public List<CommentgetComments()
        The comments for the check-in.
        Returns:
        The comments for the check-in.
      • getTags

        public List<NamedFacebookTypegetTags()
        Tags for the check-in. I.e. Users tagged in the check-in
        Returns:
        Tags for the check-in.
      • getMessage

        public String getMessage()
        The message the user added to the check-in.
        Specified by:
        getMessage in interface HasMessage
        Returns:
        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

        public NamedFacebookType getFrom()
        The ID and name of the user who made the check-in.
        Specified by:
        getFrom in interface HasFrom
        Returns:
        The ID and name of the user who made the check-in.
      • getApplication

        public NamedFacebookType getApplication()
        The ID and name of the application that made the check-in.
        Returns:
        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.
        Returns:
        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.
      • setCreatedTime

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