Class AdminAppsApproveRequest

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

public class AdminAppsApproveRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.apps.approve
  • 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 to approve.
    • getRequestId

      public String getRequestId()
      The id of the request to approve.
    • getEnterpriseId

      public String getEnterpriseId()
      The ID of the enterprise to approve the app on
    • getTeamId

      public String getTeamId()
      The ID of the workspace to approve the app on
    • 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 to approve.
    • setRequestId

      public void setRequestId(String requestId)
      The id of the request to approve.
    • setEnterpriseId

      public void setEnterpriseId(String enterpriseId)
      The ID of the enterprise to approve the app on
    • setTeamId

      public void setTeamId(String teamId)
      The ID of the workspace to approve the app on
    • 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