Class ReactionsGetRequest

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

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

    Nested Classes 
    Modifier and Type Class Description
    static class  ReactionsGetRequest.ReactionsGetRequestBuilder  
  • Method Summary

    Modifier and Type Method Description
    static ReactionsGetRequest.ReactionsGetRequestBuilder builder()  
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getChannel()
    Channel where the message to get reactions for was posted.
    java.lang.String getFile()
    File to get reactions for.
    java.lang.String getFileComment()
    File comment to get reactions for.
    java.lang.String getTimestamp()
    Timestamp of the message to get reactions for.
    java.lang.String getToken()
    Authentication token.
    int hashCode()  
    boolean isFull()
    If true always return the complete reaction list.
    void setChannel​(java.lang.String channel)
    Channel where the message to get reactions for was posted.
    void setFile​(java.lang.String file)
    File to get reactions for.
    void setFileComment​(java.lang.String fileComment)
    File comment to get reactions for.
    void setFull​(boolean full)
    If true always return the complete reaction list.
    void setTimestamp​(java.lang.String timestamp)
    Timestamp of the message to get reactions for.
    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:read`
      Specified by:
      getToken in interface SlackApiRequest
    • getFile

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

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

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

      public java.lang.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​(java.lang.String token)
      Authentication token. Requires scope: `reactions:read`
    • setFile

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

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

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

      public void setTimestamp​(java.lang.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​(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