Class SetUsersForUserGroupRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- SetUsersForUserGroupRequest
public static class SetUsersForUserGroupRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetUsersForUserGroupRequest
build()
String
toString()
SetUsersForUserGroupRequest.Builder
userGroupId(@NotNull UUID userGroupId)
Required. The ID of the user group whose users will be set.SetUsersForUserGroupRequest.Builder
userIds(@NotNull List<UUID> userIds)
Required. The list of user IDs that will be assigned to the group.
-
-
-
Method Detail
-
userGroupId
public SetUsersForUserGroupRequest.Builder userGroupId(@NotNull @NotNull UUID userGroupId)
Required. The ID of the user group whose users will be set.- Returns:
this
.
-
userIds
public SetUsersForUserGroupRequest.Builder userIds(@NotNull @NotNull List<UUID> userIds)
Required. The list of user IDs that will be assigned to the group.- Returns:
this
.
-
build
public SetUsersForUserGroupRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-