Package com.atlan.model.admin
Class AtlanUser.UserAttributes.UserAttributesBuilder<C extends AtlanUser.UserAttributes,B extends AtlanUser.UserAttributes.UserAttributesBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.admin.AtlanUser.UserAttributes.UserAttributesBuilder<C,B>
- Enclosing class:
- AtlanUser.UserAttributes
public abstract static class AtlanUser.UserAttributes.UserAttributesBuilder<C extends AtlanUser.UserAttributes,B extends AtlanUser.UserAttributes.UserAttributesBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
designation
(List<String> designation) (Unused)Time at which the user was invited (as a formatted string).User who invited this user.invitedByName
(List<String> invitedByName) TBCUnique JIRA user identifier.profileRole
(List<String> profileRole) User-provided role during initial registration.profileRoleOther
(List<String> profileRoleOther) User-provided role during initial registration when profileRole is "other".protected abstract B
self()
Skills the user possesses.Unique Slack member identifier.toString()
Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
UserAttributesBuilder
public UserAttributesBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends AtlanUser.UserAttributes,
B extends AtlanUser.UserAttributes.UserAttributesBuilder<C, B>>
-
designation
(Unused)- Returns:
this
.
-
skills
Skills the user possesses.- Returns:
this
.
-
slack
Unique Slack member identifier.- Returns:
this
.
-
jira
Unique JIRA user identifier.- Returns:
this
.
-
invitedAt
Time at which the user was invited (as a formatted string).- Returns:
this
.
-
invitedBy
User who invited this user.- Returns:
this
.
-
invitedByName
TBC- Returns:
this
.
-
profileRole
User-provided role during initial registration.- Returns:
this
.
-
profileRoleOther
User-provided role during initial registration when profileRole is "other".- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends AtlanUser.UserAttributes,
B extends AtlanUser.UserAttributes.UserAttributesBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends AtlanUser.UserAttributes,
B extends AtlanUser.UserAttributes.UserAttributesBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends AtlanUser.UserAttributes,
B extends AtlanUser.UserAttributes.UserAttributesBuilder<C, B>>
-