Class ConversationsInviteRequest

    • Method Detail

      • getToken

        public String getToken()
        Authentication token. Requires scope: `conversations:write`
        Specified by:
        getToken in interface SlackApiRequest
      • getChannel

        public String getChannel()
        The ID of the public or private channel to invite user(s) to.
      • getUsers

        public List<String> getUsers()
        A comma separated list of user IDs. Up to 30 users may be listed.
      • setToken

        public void setToken​(String token)
        Authentication token. Requires scope: `conversations:write`
      • setChannel

        public void setChannel​(String channel)
        The ID of the public or private channel to invite user(s) to.
      • setUsers

        public void setUsers​(List<String> users)
        A comma separated list of user IDs. Up to 30 users may be listed.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object