java.lang.Object
com.appiancorp.suiteapi.portal.portlets.groupmessage.GroupMessage
All Implemented Interfaces:
Serializable

@Deprecated public class GroupMessage extends Object implements Serializable
Deprecated.
The Group Message channel and code will be removed in a future release.
See Also:
  • Field Details

    • DEFAULT_BATCH_SIZE

      public static final int DEFAULT_BATCH_SIZE
      Deprecated.
      See Also:
    • DEFAULT_EXPIRATION_DAYS

      public static final int DEFAULT_EXPIRATION_DAYS
      Deprecated.
      See Also:
  • Constructor Details

    • GroupMessage

      public GroupMessage()
      Deprecated.
  • Method Details

    • getExpirationDate

      public Timestamp getExpirationDate()
      Deprecated.
      Get the expiration date of this message.
      Returns:
      The expiration date.
    • setExpirationDate

      public void setExpirationDate(Timestamp expirationDate_)
      Deprecated.
      Set the expiration date of this message.
      Parameters:
      expirationDate_ - The expiration date.
    • getId

      public Long getId()
      Deprecated.
      Get this message's id.
      Returns:
      The id.
    • setId

      public void setId(Long id_)
      Deprecated.
      Set this message's id.
      Parameters:
      id_ - The id.
    • getLink

      public Link getLink()
      Deprecated.
      Get the Link associated with this message.
      Returns:
      The link.
    • setLink

      public void setLink(Link link_)
      Deprecated.
      Set the Link associated with this message.
      Parameters:
      link_ - The link.
    • getMessage

      public String getMessage()
      Deprecated.
      Get the body of this message.
      Returns:
      The message body.
    • setMessage

      public void setMessage(String message_)
      Deprecated.
      Set the body of this message.
      Parameters:
      message_ - The message body.
    • getUpdateDate

      public Timestamp getUpdateDate()
      Deprecated.
      Get the date this message was last updated.
      Returns:
      The update date.
    • setUpdateDate

      public void setUpdateDate(Timestamp updateDate_)
      Deprecated.
      Set the date this message was last updated.
      Parameters:
      updateDate_ - The update date.