Class AdminAppsClearResolutionRequest

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

public class AdminAppsClearResolutionRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.apps.clearResolution
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getAppId

      public String getAppId()
      The id of the app whose resolution you want to clear/undo.
    • getEnterpriseId

      public String getEnterpriseId()
      The enterprise to clear the app resolution from
    • getTeamId

      public String getTeamId()
      The workspace to clear the app resolution from
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes.
      Specified by:
      setToken in interface SlackApiRequest
    • setAppId

      public void setAppId(String appId)
      The id of the app whose resolution you want to clear/undo.
    • setEnterpriseId

      public void setEnterpriseId(String enterpriseId)
      The enterprise to clear the app resolution from
    • setTeamId

      public void setTeamId(String teamId)
      The workspace to clear the app resolution from
    • 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