Class UsergroupsUsersUpdateRequest

    • Method Detail

      • getToken

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

        public String getUsergroup()
        The encoded ID of the User Group to update.
      • getUsers

        public List<String> getUsers()
        A comma separated string of encoded user IDs that represent the entire list of users for the User Group.
      • isIncludeCount

        public boolean isIncludeCount()
        Include the number of users in the User Group.
      • setToken

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

        public void setUsergroup​(String usergroup)
        The encoded ID of the User Group to update.
      • setUsers

        public void setUsers​(List<String> users)
        A comma separated string of encoded user IDs that represent the entire list of users for the User Group.
      • setIncludeCount

        public void setIncludeCount​(boolean includeCount)
        Include the number of users in the User Group.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object