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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) assignedRoleLevel(List<String> assignedRoleLevel) TBCabstract Cbuild()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 Bself()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:
$fillValuesFromin 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.
-
assignedRoleLevel
TBC- Returns:
this.
-
self
- Specified by:
selfin classAtlanObject.AtlanObjectBuilder<C extends AtlanUser.UserAttributes,B extends AtlanUser.UserAttributes.UserAttributesBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends AtlanUser.UserAttributes,B extends AtlanUser.UserAttributes.UserAttributesBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends AtlanUser.UserAttributes,B extends AtlanUser.UserAttributes.UserAttributesBuilder<C, B>>
-