Class ConversationsDeclineSharedInviteRequest

    • Method Detail

      • 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
      • getInviteId

        public String getInviteId()
        ID of the Slack Connect invite to decline. Subscribe to the shared_channel_invite_accepted event to receive IDs of Slack Connect channel invites that have been accepted and are awaiting approval.
      • getTargetTeam

        public String getTargetTeam()
        The team or enterprise id of the other party involved in the invitation you are declining
      • 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.
      • setInviteId

        public void setInviteId​(String inviteId)
        ID of the Slack Connect invite to decline. Subscribe to the shared_channel_invite_accepted event to receive IDs of Slack Connect channel invites that have been accepted and are awaiting approval.
      • setTargetTeam

        public void setTargetTeam​(String targetTeam)
        The team or enterprise id of the other party involved in the invitation you are declining
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object