Class UsergroupsUsersUpdateRequest.UsergroupsUsersUpdateRequestBuilder
java.lang.Object
com.slack.api.methods.request.usergroups.users.UsergroupsUsersUpdateRequest.UsergroupsUsersUpdateRequestBuilder
- Enclosing class:
- UsergroupsUsersUpdateRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()includeCount(boolean includeCount) Include the number of users in the User Group.encoded team id where the user group exists, required if org token is usedAuthentication token.toString()The encoded ID of the User Group to update.A comma separated string of encoded user IDs that represent the entire list of users for the User Group.
-
Method Details
-
token
Authentication token. Requires scope: `usergroups:write`- Returns:
this.
-
usergroup
The encoded ID of the User Group to update.- Returns:
this.
-
users
A comma separated string of encoded user IDs that represent the entire list of users for the User Group.- Returns:
this.
-
includeCount
public UsergroupsUsersUpdateRequest.UsergroupsUsersUpdateRequestBuilder includeCount(boolean includeCount) Include the number of users in the User Group.- Returns:
this.
-
teamId
encoded team id where the user group exists, required if org token is used- Returns:
this.
-
build
-
toString
-