Class UsergroupsListRequest.UsergroupsListRequestBuilder
java.lang.Object
com.slack.api.methods.request.usergroups.UsergroupsListRequest.UsergroupsListRequestBuilder
- Enclosing class:
- UsergroupsListRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()includeCount(boolean includeCount) Include the number of users in each User GroupincludeDisabled(boolean includeDisabled) Include disabled User Groups.includeUsers(boolean includeUsers) Include the list of users for each User Group.encoded team id where the user group exists, required if org token is usedAuthentication token.toString()
-
Method Details
-
token
Authentication token. Requires scope: `usergroups:read- Returns:
this.
-
includeDisabled
Include disabled User Groups.- Returns:
this.
-
includeCount
Include the number of users in each User Group- Returns:
this.
-
includeUsers
Include the list of users for each User Group.- Returns:
this.
-
teamId
encoded team id where the user group exists, required if org token is used- Returns:
this.
-
build
-
toString
-