Class Review

    • Constructor Detail

    • Method Detail

      • setCreatedTime

        public void setCreatedTime​(Date createdTime)
        When the review was created.
        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