Class ReactionsGetRequest

java.lang.Object
com.slack.api.methods.request.reactions.ReactionsGetRequest
All Implemented Interfaces:
SlackApiRequest

public class ReactionsGetRequest extends Object implements SlackApiRequest
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token. Requires scope: `reactions:read`
      Specified by:
      getToken in interface SlackApiRequest
    • getFile

      public String getFile()
      File to get reactions for.
    • getFileComment

      public String getFileComment()
      File comment to get reactions for.
    • getChannel

      public String getChannel()
      Channel where the message to get reactions for was posted.
    • getTimestamp

      public String getTimestamp()
      Timestamp of the message to get reactions for.
    • isFull

      public boolean isFull()
      If true always return the complete reaction list.
    • setToken

      public void setToken(String token)
      Authentication token. Requires scope: `reactions:read`
    • setFile

      public void setFile(String file)
      File to get reactions for.
    • setFileComment

      public void setFileComment(String fileComment)
      File comment to get reactions for.
    • setChannel

      public void setChannel(String channel)
      Channel where the message to get reactions for was posted.
    • setTimestamp

      public void setTimestamp(String timestamp)
      Timestamp of the message to get reactions for.
    • setFull

      public void setFull(boolean full)
      If true always return the complete reaction list.
    • 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