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