Class AddUserToUserGroupsRequest.Builder
Object
Builder
- Enclosing class:
AddUserToUserGroupsRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
but()
Deprecated.This method will be removed in the future.toString()
userGroupIds
(List<UUID> userGroupIds) Required. The list of IDs of the user groups which the user should be assigned to.Required. The ID of the user who should be assigned to user groups.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useAddUserToUserGroupsRequest.builder()
Clone method for this Builder. -
userId
Required. The ID of the user who should be assigned to user groups.Silently ignored if the ID is provided as path parameter of the request.
- Returns:
this
.
-
userGroupIds
Required. The list of IDs of the user groups which the user should be assigned to.- Returns:
this
.
-
build
-
toString
-