Class AdminAppsUninstallRequest.AdminAppsUninstallRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsUninstallRequest.AdminAppsUninstallRequestBuilder
- Enclosing class:
- AdminAppsUninstallRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the app to uninstall.build()enterpriseId(String enterpriseId) The enterprise to completely uninstall the application from (across all workspaces).Ds of the teams to uninstall from (max 100).Authentication token bearing required scopes.toString()
-
Method Details
-
token
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Returns:
this.
-
appId
The ID of the app to uninstall.- Returns:
this.
-
enterpriseId
The enterprise to completely uninstall the application from (across all workspaces). With an org-level token, this or team_ids is required.- Returns:
this.
-
teamIds
Ds of the teams to uninstall from (max 100). With an org-level token, this or enterprise_id is required.- Returns:
this.
-
build
-
toString
-