Class RemoveUsersFromUserGroupRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- RemoveUsersFromUserGroupRequest
public static final class RemoveUsersFromUserGroupRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RemoveUsersFromUserGroupRequest
build()
RemoveUsersFromUserGroupRequest.Builder
but()
Deprecated.This method will be removed in the future.String
toString()
RemoveUsersFromUserGroupRequest.Builder
userGroupId(@NotNull UUID userGroupId)
Required. The ID of the user groups from which the users should be removed.RemoveUsersFromUserGroupRequest.Builder
userIds(@NotNull List<UUID> userIds)
Required. The list of IDs of the users which should be removed from the user group.
-
-
-
Method Detail
-
but
@Deprecated public RemoveUsersFromUserGroupRequest.Builder but()
Deprecated.This method will be removed in the future. Please, useRemoveUsersFromUserGroupRequest.builder()
Clone method for this Builder.
-
userGroupId
public RemoveUsersFromUserGroupRequest.Builder userGroupId(@NotNull @NotNull UUID userGroupId)
Required. The ID of the user groups from which the users should be removed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this
.
-
userIds
public RemoveUsersFromUserGroupRequest.Builder userIds(@NotNull @NotNull List<UUID> userIds)
Required. The list of IDs of the users which should be removed from the user group.- Returns:
this
.
-
build
public RemoveUsersFromUserGroupRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-