Class AddUserToUserGroupsRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- AddUserToUserGroupsRequest
public static final class AddUserToUserGroupsRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AddUserToUserGroupsRequest
build()
AddUserToUserGroupsRequest.Builder
but()
Deprecated.This method will be removed in the future.String
toString()
AddUserToUserGroupsRequest.Builder
userGroupIds(@NotNull List<UUID> userGroupIds)
Required. The list of IDs of the user groups which the user should be assigned to.AddUserToUserGroupsRequest.Builder
userId(@NotNull UUID userId)
Required. The ID of the user who should be assigned to user groups.
-
-
-
Method Detail
-
but
@Deprecated public AddUserToUserGroupsRequest.Builder but()
Deprecated.This method will be removed in the future. Please, useAddUserToUserGroupsRequest.builder()
Clone method for this Builder.
-
userId
public AddUserToUserGroupsRequest.Builder userId(@NotNull @NotNull UUID 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
public AddUserToUserGroupsRequest.Builder userGroupIds(@NotNull @NotNull List<UUID> userGroupIds)
Required. The list of IDs of the user groups which the user should be assigned to.- Returns:
this
.
-
build
public AddUserToUserGroupsRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-