Class ConversationsInviteSharedRequest

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

        public String getChannel()
        ID of the channel on your team that you'd like to share
      • getEmails

        public List<String> getEmails()
        Optional email to receive this invite. Either emails or user_ids must be provided.
      • getUserIds

        public List<String> getUserIds()
        Optional user_id to receive this invite. Either emails or user_ids must be provided.
      • 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.
      • setChannel

        public void setChannel​(String channel)
        ID of the channel on your team that you'd like to share
      • setEmails

        public void setEmails​(List<String> emails)
        Optional email to receive this invite. Either emails or user_ids must be provided.
      • setUserIds

        public void setUserIds​(List<String> userIds)
        Optional user_id to receive this invite. Either emails or user_ids must be provided.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object