Class AdminAppsRequestsCancelRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminAppsRequestsCancelRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.apps.requests.cancel
    • Method Detail

      • getToken

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

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

        public String getEnterpriseId()
        The ID of the enterprise where this request belongs
      • getTeamId

        public String getTeamId()
        The ID of the workspace where this request belongs
      • setToken

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

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

        public void setEnterpriseId​(String enterpriseId)
        The ID of the enterprise where this request belongs
      • setTeamId

        public void setTeamId​(String teamId)
        The ID of the workspace where this request belongs
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object