Class StatusMessage

All Implemented Interfaces:
HasFrom, HasMessage, Serializable

Deprecated.
removed after Graph API 2.0
Since:
1.6
Author:
Mark Allen
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getLikes

      Deprecated.
      The users that have liked this message.
      Returns:
      The users that have liked this message.
    • addLike

      public boolean addLike(NamedFacebookType like)
      Deprecated.
    • removeLike

      public boolean removeLike(NamedFacebookType like)
      Deprecated.
    • getComments

      Deprecated.
      All of the comments on this message.
      Returns:
      All of the comments on this message.
    • addComment

      public boolean addComment(Comment comment)
      Deprecated.
    • removeComment

      public boolean removeComment(Comment comment)
      Deprecated.
    • getFrom

      Deprecated.
      The user who posted the message.
      Specified by:
      getFrom in interface HasFrom
      Returns:
      The user who posted the message.
    • setFrom

      public void setFrom(NamedFacebookType from)
      Deprecated.
      The user who posted the message.
    • getMessage

      public String getMessage()
      Deprecated.
      The status message content.
      Specified by:
      getMessage in interface HasMessage
      Returns:
      The status message content.
    • setMessage

      public void setMessage(String message)
      Deprecated.
      The status message content.
    • getPlace

      public Place getPlace()
      Deprecated.
      The place where status message is attached.
      Returns:
      The place where the status message posted.
      Since:
      1.6.15
    • setPlace

      public void setPlace(Place place)
      Deprecated.
      The place where status message is attached.
      Since:
      1.6.15
    • getType

      public String getType()
      Deprecated.
      The object type which is set to status.
      Overrides:
      getType in class FacebookType
      Returns:
      The object type which is set to status.
    • setType

      public void setType(String type)
      Deprecated.
      The object type which is set to status.
      Overrides:
      setType in class FacebookType
    • getUpdatedTime

      public Date getUpdatedTime()
      Deprecated.
      The time the message was published.
      Returns:
      The time the message was published.
    • setUpdatedTime

      public void setUpdatedTime(Date updatedTime)
      Deprecated.
      The time the message was published.