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
Modifier and TypeClassDescriptionstatic class
AtlanUser.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
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic AtlanUser.UserAttributes.UserAttributesBuilder<?,
?> builder()
protected boolean
boolean
(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.int
hashCode()
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". -
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
-