Class AddUsersToUserGroupRequest.Builder
Object
Builder
- Enclosing class:
AddUsersToUserGroupRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
but()
Deprecated.This method will be removed in the future.toString()
userGroupId
(UUID userGroupId) Required. The ID of the user group the users should be added to.Required. The list of IDs of the users that should be added to the user group.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useAddUsersToUserGroupRequest.builder()
Clone method for this Builder. -
userGroupId
Required. The ID of the user group the users should be added to. Silently ignored if the ID is provided as path parameter of the request- Returns:
this
.
-
userIds
Required. The list of IDs of the users that should be added to the user group.- Returns:
this
.
-
build
-
toString
-