Class AdminAppsUninstallRequest

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

public class AdminAppsUninstallRequest extends Object implements SlackApiRequest
Uninstall an app from one or many workspaces, or an entire enterprise organization.

https://docs.slack.dev/reference/methods/admin.apps.uninstall

  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getAppId

      public String getAppId()
      The ID of the app to uninstall.
    • getEnterpriseId

      public String getEnterpriseId()
      The enterprise to completely uninstall the application from (across all workspaces). With an org-level token, this or team_ids is required.
    • getTeamIds

      public List<String> getTeamIds()
      Ds of the teams to uninstall from (max 100). With an org-level token, this or enterprise_id is required.
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.
      Specified by:
      setToken in interface SlackApiRequest
    • setAppId

      public void setAppId(String appId)
      The ID of the app to uninstall.
    • setEnterpriseId

      public void setEnterpriseId(String enterpriseId)
      The enterprise to completely uninstall the application from (across all workspaces). With an org-level token, this or team_ids is required.
    • setTeamIds

      public void setTeamIds(List<String> teamIds)
      Ds of the teams to uninstall from (max 100). With an org-level token, this or enterprise_id is required.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object