Class ChatGetPermalinkRequest

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

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

    • builder

    • getToken

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

      public String getChannel()
      The ID of the conversation or channel containing the message
    • getMessageTs

      public String getMessageTs()
      A message's `ts` value, uniquely identifying it within a channel
    • setToken

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

      public void setChannel(String channel)
      The ID of the conversation or channel containing the message
    • setMessageTs

      public void setMessageTs(String messageTs)
      A message's `ts` value, uniquely identifying it within a channel
    • 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