Class RemoveUsersFromUserGroupRequest.Builder
Object
Builder
- Enclosing class:
RemoveUsersFromUserGroupRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
but()
Deprecated.This method will be removed in the future.toString()
userGroupId
(UUID userGroupId) Required. The ID of the user groups from which the users should be removed.Required. The list of IDs of the users which should be removed from the user group.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useRemoveUsersFromUserGroupRequest.builder()
Clone method for this Builder. -
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
Required. The list of IDs of the users which should be removed from the user group.- Returns:
this
.
-
build
-
toString
-