Class ChatAppendStreamRequest

java.lang.Object
com.slack.api.methods.request.chat.ChatAppendStreamRequest
All Implemented Interfaces:
SlackApiRequest

public class ChatAppendStreamRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/chat.appendStream
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token. Requires scope: `chat:write`
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getChannel

      public String getChannel()
      An encoded ID that represents a channel, private group, or DM.
    • getTs

      public String getTs()
      The timestamp of the streaming message.
    • getMarkdownText

      public String getMarkdownText()
      Accepts message text formatted in markdown. Limit this field to 12,000 characters. This text is what will be appended to the message received so far.
    • setToken

      public void setToken(String token)
      Authentication token. Requires scope: `chat:write`
      Specified by:
      setToken in interface SlackApiRequest
    • setChannel

      public void setChannel(String channel)
      An encoded ID that represents a channel, private group, or DM.
    • setTs

      public void setTs(String ts)
      The timestamp of the streaming message.
    • setMarkdownText

      public void setMarkdownText(String markdownText)
      Accepts message text formatted in markdown. Limit this field to 12,000 characters. This text is what will be appended to the message received so far.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object