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.
    • Method Detail

      • getClientId

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

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

        public void setToken​(String token)
      • 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