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.
https://docs.slack.dev/reference/methods/apps.uninstall
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanIssued when you created your application.Issued when you created your application.getToken()Returns a token in this request object.inthashCode()voidsetClientId(String clientId) Issued when you created your application.voidsetClientSecret(String clientSecret) Issued when you created your application.voidUpdates the token in this request object.toString()
-
Method Details
-
builder
-
getToken
Description copied from interface:SlackApiRequestReturns 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:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getClientId
Issued when you created your application. -
getClientSecret
Issued when you created your application. -
setToken
Description copied from interface:SlackApiRequestUpdates the token in this request object.The default implementation throws
UnsupportedOperationException. All the built-in implementing classes overrides this method in a proper way.- Specified by:
setTokenin interfaceSlackApiRequest
-
setClientId
Issued when you created your application. -
setClientSecret
Issued when you created your application. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-