Class Review

All Implemented Interfaces:
HasCreatedTime, HasFrom, HasMessage, Serializable

public class Review extends FacebookType implements HasCreatedTime, HasFrom, HasMessage
Represents the Review Graph API Type
Since:
1.6.16
Author:
Norbert Bartels
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getCreatedTime

      public Date getCreatedTime()
      When the review was created.
      Specified by:
      getCreatedTime in interface HasCreatedTime
      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

      The user that created the review.
      Specified by:
      getFrom in interface HasFrom
      Returns:
      The user that created the review
      Since:
      1.6.16
    • setFrom

      public void setFrom(NamedFacebookType from)
      The user that created the review.
      Since:
      1.6.16
    • getMessage

      public String getMessage()
      The review text, if any.
      Specified by:
      getMessage in interface HasMessage
      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

      The app to which this review applies.
      Returns:
      The app to which this review applies
      Since:
      1.6.16
    • setTo

      public void setTo(NamedFacebookType to)
      The app to which this review applies.
      Since:
      1.6.16