Class AddUserGroupRequest
Object
AddUserGroupRequest
- All Implemented Interfaces:
 Serializable
The properties of the user group to be added.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic AddUserGroupRequest.Builderbuilder()protected booleanbooleangetName()Required. The name of the user group.inthashCode()booleanDeprecated.This feature will be dropped.voidsetLocallyManaged(boolean locallyManaged) Deprecated.This feature will be dropped.voidRequired. 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
 
 -