Class Review

    • Constructor Detail

    • Method Detail

      • getCreatedTime

        public Date getCreatedTime()
        When the review was created.
        Returns:
        when the review was created
        Since:
        1.6.16
      • setCreatedTime

        public void setCreatedTime​(Date createdTime)
        When the review was created.
        Since:
        1.6.16
      • getFrom

        public NamedFacebookType getFrom()
        The user that created the review.
        Returns:
        The user that created the review
        Since:
        1.6.16
      • getMessage

        public String getMessage()
        The review text, if any.
        Returns:
        The review text, if any
        Since:
        1.6.16
      • setMessage

        public void setMessage​(String message)
        The review text, if any.
        Since:
        1.6.16
      • getRating

        public int getRating()
        The review rating.
        Returns:
        The review rating
        Since:
        1.6.16
      • setRating

        public void setRating​(int rating)
        The review rating.
        Since:
        1.6.16
      • getTo

        public NamedFacebookType getTo()
        The app to which this review applies.
        Returns:
        The app to which this review applies
        Since:
        1.6.16