Class FilesCommentsAddRequest

java.lang.Object
com.slack.api.methods.request.files.comments.FilesCommentsAddRequest
All Implemented Interfaces:
SlackApiRequest

public class FilesCommentsAddRequest extends Object implements SlackApiRequest
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token. Requires scope: `files:write:user`
      Specified by:
      getToken in interface SlackApiRequest
    • getFile

      public String getFile()
      File to add a comment to.
    • getComment

      public String getComment()
      Text of the comment to add.
    • setToken

      public void setToken(String token)
      Authentication token. Requires scope: `files:write:user`
    • setFile

      public void setFile(String file)
      File to add a comment to.
    • setComment

      public void setComment(String comment)
      Text of the comment to add.
    • 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