Class UsergroupsEnableRequest

    • 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 enable.
      • 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 enable.
      • 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