Class FilesCommentsAddRequest

    • Method Detail

      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object