Class ChannelsRepliesRequest

java.lang.Object
com.slack.api.methods.request.channels.ChannelsRepliesRequest
All Implemented Interfaces:
SlackApiRequest

@Deprecated public class ChannelsRepliesRequest extends Object implements SlackApiRequest
Deprecated.
  • Method Details

    • builder

      Deprecated.
    • getToken

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

      public String getChannel()
      Deprecated.
      Channel to fetch thread from
    • getThreadTs

      public String getThreadTs()
      Deprecated.
      Unique identifier of a thread's parent message
    • setToken

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

      public void setChannel(String channel)
      Deprecated.
      Channel to fetch thread from
    • setThreadTs

      public void setThreadTs(String threadTs)
      Deprecated.
      Unique identifier of a thread's parent message
    • equals

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

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object