Class ReactionsAddRequest

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

public class ReactionsAddRequest extends Object implements SlackApiRequest
  • Method Details

    • builder

    • getToken

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

      public String getName()
      Reaction (emoji) name.
    • getFile

      @Deprecated public String getFile()
      Deprecated.
      File to add reaction to.
    • getFileComment

      @Deprecated public String getFileComment()
      Deprecated.
      File comment to add reaction to.
    • getChannel

      public String getChannel()
      Channel where the message to add reaction to was posted.
    • getTimestamp

      public String getTimestamp()
      Timestamp of the message to add reaction to.
    • setToken

      public void setToken(String token)
      Authentication token. Requires scope: `reactions:write`
    • setName

      public void setName(String name)
      Reaction (emoji) name.
    • setFile

      @Deprecated public void setFile(String file)
      Deprecated.
      File to add reaction to.
    • setFileComment

      @Deprecated public void setFileComment(String fileComment)
      Deprecated.
      File comment to add reaction to.
    • setChannel

      public void setChannel(String channel)
      Channel where the message to add reaction to was posted.
    • setTimestamp

      public void setTimestamp(String timestamp)
      Timestamp of the message to add reaction to.
    • 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