Class ChangeUserGroupRequest
Object
ChangeUserGroupRequest
- All Implemented Interfaces:
Serializable
The properties of the user group to be added.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getId()
Required. The ID of the user group to be changed.Deprecated.This feature will be dropped.getName()
Required. The name of the user group.int
hashCode()
void
Required. The ID of the user group to be changed.void
setLocallyManaged
(Boolean locallyManaged) Deprecated.This feature will be dropped.void
Required. The name of the user group.toString()
-
Constructor Details
-
ChangeUserGroupRequest
public ChangeUserGroupRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the user group to be changed. Silently ignored if the ID is provided as path parameter of the request. -
getName
Required. The name of the user group. Should be unique within all user groups. -
getLocallyManaged
Deprecated.This feature will be dropped.The locallyManaged flag of the user group. Indicates whether this UserGroup is locally managed or not. -
setId
Required. The ID of the user group to be changed. Silently ignored if the ID is provided as path parameter of the request. -
setName
Required. The name of the user group. Should be unique within all user groups. -
setLocallyManaged
Deprecated.This feature will be dropped.The locallyManaged flag of the user group. Indicates whether this UserGroup is locally managed or not. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-