Class FilesCommentsAddRequest

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

@Deprecated public class FilesCommentsAddRequest extends Object implements SlackApiRequest
Deprecated.
No longer supported - https://docs.slack.dev/changelog/2018-05-file-threads-soon-tread
  • Method Details

    • builder

      Deprecated.
    • getToken

      public String getToken()
      Deprecated.
      Authentication token. Requires scope: `files:write:user`
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getFile

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

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

      public void setToken(String token)
      Deprecated.
      Authentication token. Requires scope: `files:write:user`
      Specified by:
      setToken in interface SlackApiRequest
    • setFile

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

      public void setComment(String comment)
      Deprecated.
      Text of the comment to add.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object