Class AdminInviteRequestsDenyRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminInviteRequestsDenyRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.inviteRequests.deny
    • Method Detail

      • getInviteRequestId

        public String getInviteRequestId()
        ID of the request to deny.
      • getTeamId

        public String getTeamId()
        ID for the workspace where the invite request was made.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setInviteRequestId

        public void setInviteRequestId​(String inviteRequestId)
        ID of the request to deny.
      • setTeamId

        public void setTeamId​(String teamId)
        ID for the workspace where the invite request was made.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object