Package com.atlan.model.admin
Class AtlanGroup.AtlanGroupBuilder<C extends AtlanGroup,B extends AtlanGroup.AtlanGroupBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.admin.AtlanGroup.AtlanGroupBuilder<C,B>
- Enclosing class:
AtlanGroup
public abstract static class AtlanGroup.AtlanGroupBuilder<C extends AtlanGroup,B extends AtlanGroup.AtlanGroupBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) Name of the group as it appears in the UI.attributes(AtlanGroup.GroupAttributes attributes) Detailed attributes of the group.abstract Cbuild()decentralizedRoles(String decentralizedRoles) TBCUnique identifier for the group (GUID).Unique (internal) name for the group.TBCpersonas(SortedSet<AtlanGroup.Persona> personas) Personas the group is associated with (limited details).purposes(SortedSet<AtlanGroup.Purpose> purposes) Purposes the group is associated with (limited details).TBCprotected abstract Bself()toString()Number of users in the group.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
AtlanGroupBuilder
public AtlanGroupBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanObject.AtlanObjectBuilder<C extends AtlanGroup,B extends AtlanGroup.AtlanGroupBuilder<C, B>>
-
alias
Name of the group as it appears in the UI.- Returns:
this.
-
attributes
Detailed attributes of the group.- Returns:
this.
-
decentralizedRoles
TBC- Returns:
this.
-
id
Unique identifier for the group (GUID).- Returns:
this.
-
name
Unique (internal) name for the group.- Returns:
this.
-
path
TBC- Returns:
this.
-
personas
Personas the group is associated with (limited details).- Returns:
this.
-
purposes
Purposes the group is associated with (limited details).- Returns:
this.
-
roles
TBC- Returns:
this.
-
userCount
Number of users in the group.- Returns:
this.
-
self
- Specified by:
selfin classAtlanObject.AtlanObjectBuilder<C extends AtlanGroup,B extends AtlanGroup.AtlanGroupBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends AtlanGroup,B extends AtlanGroup.AtlanGroupBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends AtlanGroup,B extends AtlanGroup.AtlanGroupBuilder<C, B>>
-