Class AppsUninstallRequest
java.lang.Object
com.slack.api.methods.request.apps.AppsUninstallRequest
- All Implemented Interfaces:
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.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanIssued when you created your application.Issued when you created your application.getToken()inthashCode()voidsetClientId(String clientId) Issued when you created your application.voidsetClientSecret(String clientSecret) Issued when you created your application.voidtoString()
-
Method Details
-
builder
-
getToken
- Specified by:
getTokenin interfaceSlackApiRequest
-
getClientId
Issued when you created your application. -
getClientSecret
Issued when you created your application. -
setToken
-
setClientId
Issued when you created your application. -
setClientSecret
Issued when you created your application. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-