Class FilesCommentsEditRequest

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

@Deprecated public class FilesCommentsEditRequest extends Object implements SlackApiRequest
Deprecated.
No longer supported - https://api.slack.com/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 containing the comment to edit.
    • getId

      public String getId()
      Deprecated.
      The comment to edit.
    • getComment

      public String getComment()
      Deprecated.
      Text of the comment to edit.
    • 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 containing the comment to edit.
    • setId

      public void setId(String id)
      Deprecated.
      The comment to edit.
    • setComment

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