Class AddUserGroupRequest
Object
AddUserGroupRequest
- All Implemented Interfaces:
Serializable
The properties of the user group to be added.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AddUserGroupRequest.Builder
builder()
protected boolean
boolean
getName()
Required. The name of the user group.int
hashCode()
boolean
Deprecated.This feature will be dropped.void
setLocallyManaged
(boolean locallyManaged) Deprecated.This feature will be dropped.void
Required. The name of the user group.toString()
-
Constructor Details
-
AddUserGroupRequest
public AddUserGroupRequest()
-
-
Method Details
-
builder
-
getName
Required. The name of the user group. Should be unique within all user groups. -
isLocallyManaged
Deprecated.This feature will be dropped.The locallyManaged flag of the user group. Indicates whether this UserGroup is locally managed or not. -
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
-