Class AppsUninstallRequest

java.lang.Object
com.slack.api.methods.request.apps.AppsUninstallRequest
All Implemented Interfaces:
SlackApiRequest

public class AppsUninstallRequest
extends java.lang.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 Details

    • builder

    • getToken

      public java.lang.String getToken()
      Specified by:
      getToken in interface SlackApiRequest
    • getClientId

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

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

      public void setToken​(java.lang.String token)
    • setClientId

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

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

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object