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 classAtlanUser.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 booleanbooleanDisplay 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.inthashCode()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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-