Class ReactionsRemoveRequest

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

public class ReactionsRemoveRequest
extends java.lang.Object
implements SlackApiRequest
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ReactionsRemoveRequest.ReactionsRemoveRequestBuilder  
  • Method Summary

    Modifier and Type Method Description
    static ReactionsRemoveRequest.ReactionsRemoveRequestBuilder builder()  
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getChannel()
    Channel where the message to remove reaction from was posted.
    java.lang.String getFile()
    File to remove reaction from.
    java.lang.String getFileComment()
    File comment to remove reaction from.
    java.lang.String getName()
    Reaction (emoji) name.
    java.lang.String getTimestamp()
    Timestamp of the message to remove reaction from.
    java.lang.String getToken()
    Authentication token.
    int hashCode()  
    void setChannel​(java.lang.String channel)
    Channel where the message to remove reaction from was posted.
    void setFile​(java.lang.String file)
    File to remove reaction from.
    void setFileComment​(java.lang.String fileComment)
    File comment to remove reaction from.
    void setName​(java.lang.String name)
    Reaction (emoji) name.
    void setTimestamp​(java.lang.String timestamp)
    Timestamp of the message to remove reaction from.
    void setToken​(java.lang.String token)
    Authentication token.
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • builder

    • getToken

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

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

      public java.lang.String getFile()
      File to remove reaction from.
    • getFileComment

      public java.lang.String getFileComment()
      File comment to remove reaction from.
    • getChannel

      public java.lang.String getChannel()
      Channel where the message to remove reaction from was posted.
    • getTimestamp

      public java.lang.String getTimestamp()
      Timestamp of the message to remove reaction from.
    • setToken

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

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

      public void setFile​(java.lang.String file)
      File to remove reaction from.
    • setFileComment

      public void setFileComment​(java.lang.String fileComment)
      File comment to remove reaction from.
    • setChannel

      public void setChannel​(java.lang.String channel)
      Channel where the message to remove reaction from was posted.
    • setTimestamp

      public void setTimestamp​(java.lang.String timestamp)
      Timestamp of the message to remove reaction from.
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object