Class AppsUninstallRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AppsUninstallRequest
    extends Object
    implements SlackApiRequest
    This method uninstalls an app. Unlike auth.revoke, which revokes a single token, this method revokes all tokens associated with a single installation of an app.

    https://api.slack.com/methods/apps.uninstall

    • Method Detail

      • getToken

        public String getToken()
        Description copied from interface: SlackApiRequest
        Returns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.
        Specified by:
        getToken in interface SlackApiRequest
        Returns:
        token string value or null
      • getClientId

        public String getClientId()
        Issued when you created your application.
      • getClientSecret

        public String getClientSecret()
        Issued when you created your application.
      • setClientId

        public void setClientId​(String clientId)
        Issued when you created your application.
      • setClientSecret

        public void setClientSecret​(String clientSecret)
        Issued when you created your application.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object