Package com.atlan.model.admin
Class AtlanUser.UserAttributes
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AtlanUser.UserAttributes
- All Implemented Interfaces:
Serializable
- Enclosing class:
AtlanUser
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAtlanUser.UserAttributes.UserAttributesBuilder<C extends AtlanUser.UserAttributes,B extends AtlanUser.UserAttributes.UserAttributesBuilder<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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic AtlanUser.UserAttributes.UserAttributesBuilder<?, ?> builder()protected booleanbooleanTBC(Unused)Time at which the user was invited (as a formatted string).User who invited this user.TBCgetJira()Unique JIRA user identifier.User-provided role during initial registration.User-provided role during initial registration when profileRole is "other".Skills the user possesses.getSlack()Unique Slack member identifier.inthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
UserAttributes
-
-
Method Details
-
builder
-
toBuilder
-
getDesignation
(Unused) -
getSkills
Skills the user possesses. -
getSlack
Unique Slack member identifier. -
getJira
Unique JIRA user identifier. -
getInvitedAt
Time at which the user was invited (as a formatted string). -
getInvitedBy
User who invited this user. -
getInvitedByName
TBC -
getProfileRole
User-provided role during initial registration. -
getProfileRoleOther
User-provided role during initial registration when profileRole is "other". -
getAssignedRoleLevel
TBC -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-