Class FilesRemoteInfoRequest

    • Method Detail

      • getToken

        public String getToken()
        Authentication token. Requires scope: `remote_files:read`
        Specified by:
        getToken in interface SlackApiRequest
      • getExternalId

        public String getExternalId()
        Creator defined GUID for the file.
      • getFile

        public String getFile()
        Specify a file by providing its ID.
      • setToken

        public void setToken​(String token)
        Authentication token. Requires scope: `remote_files:read`
      • setExternalId

        public void setExternalId​(String externalId)
        Creator defined GUID for the file.
      • setFile

        public void setFile​(String file)
        Specify a file by providing its ID.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object