Class ChangeUserGroupRequest.Builder
Object
Builder
- Enclosing class:
ChangeUserGroupRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
but()
Deprecated.This method will be removed in the future.Required. The ID of the user group to be changed.locallyManaged
(Boolean locallyManaged) Deprecated.This feature will be dropped.Required. The name of the user group.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useChangeUserGroupRequest.builder()
Clone method for this Builder. -
id
Required. The ID of the user group to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this
.
-
name
Required. The name of the user group. Should be unique within all user groups.- Returns:
this
.
-
locallyManaged
Deprecated.This feature will be dropped.The locallyManaged flag of the user group. Indicates whether this UserGroup is locally managed or not.- Returns:
this
.
-
build
-
toString
-