Package com.atlan.model.admin
Class AtlanUser.SubRole
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AtlanUser.SubRole
- All Implemented Interfaces:
Serializable
- Enclosing class:
AtlanUser
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
AtlanUser.SubRole.SubRoleBuilder<C extends AtlanUser.SubRole,
B extends AtlanUser.SubRole.SubRoleBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AtlanUser.SubRole.SubRoleBuilder
<?, ?> builder()
protected boolean
boolean
Display name for the sub-role.getId()
Unique identifier (UUID) of the sub-role.getLevel()
Level of the sub-role.getName()
Unique name of the sub-role.Explanation of the sub-role.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
SubRole
-
-
Method Details
-
builder
-
toBuilder
-
getId
Unique identifier (UUID) of the sub-role. -
getName
Unique name of the sub-role. -
getDescription
Display name for the sub-role. -
getLevel
Level of the sub-role. -
getSummary
Explanation of the sub-role. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-