Class SetUserGroupsForUserRequest.Builder
Object
Builder
- Enclosing class:
SetUserGroupsForUserRequest
-
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 the user groups.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useSetUserGroupsForUserRequest.builder()Clone method for this builder. -
userId
Required. The ID of the user who should be assigned to the user groups.Silently ignored if the ID is provided as path parameter of the request; otherwise required.
- Returns:
this.
-
userGroupIds
Required. The list of IDs of the user groups which the user should be assigned to.- Returns:
this.
-
build
-
toString
-