Class FilesCompleteUploadExternalRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class FilesCompleteUploadExternalRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/files.completeUploadExternal
    • Method Detail

      • getToken

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

        public String getChannelId()
        Channel ID where the file will be shared. If not specified the file will be private.
      • getInitialComment

        public String getInitialComment()
        The message text introducing the file in specified channels.
      • getThreadTs

        public String getThreadTs()
        Provide another message's ts value to upload this file as a reply. Never use a reply's ts value; use its parent instead.
      • setToken

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

        public void setChannelId​(String channelId)
        Channel ID where the file will be shared. If not specified the file will be private.
      • setInitialComment

        public void setInitialComment​(String initialComment)
        The message text introducing the file in specified channels.
      • setThreadTs

        public void setThreadTs​(String threadTs)
        Provide another message's ts value to upload this file as a reply. Never use a reply's ts value; use its parent instead.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object