Package com.atlan.model.admin
Class AtlanGroup.GroupAttributes.GroupAttributesBuilder<C extends AtlanGroup.GroupAttributes,B extends AtlanGroup.GroupAttributes.GroupAttributesBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.admin.AtlanGroup.GroupAttributes.GroupAttributesBuilder<C,B>
- Enclosing class:
AtlanGroup.GroupAttributes
public abstract static class AtlanGroup.GroupAttributes.GroupAttributesBuilder<C extends AtlanGroup.GroupAttributes,B extends AtlanGroup.GroupAttributes.GroupAttributesBuilder<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.abstract Cbuild()Slack channels for this group.Time (epoch) at which the group was created, in milliseconds.User who created the group.description(List<String> description) Description of the group.Whether this group should be auto-assigned to all new users (true) or not (false).protected abstract Bself()toString()Time (epoch) at which the group was last updated, in milliseconds.User who last updated the group.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
GroupAttributesBuilder
public GroupAttributesBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanObject.AtlanObjectBuilder<C extends AtlanGroup.GroupAttributes,B extends AtlanGroup.GroupAttributes.GroupAttributesBuilder<C, B>>
-
alias
Name of the group as it appears in the UI.- Returns:
this.
-
createdAt
Time (epoch) at which the group was created, in milliseconds.- Returns:
this.
-
createdBy
User who created the group.- Returns:
this.
-
updatedAt
Time (epoch) at which the group was last updated, in milliseconds.- Returns:
this.
-
updatedBy
User who last updated the group.- Returns:
this.
-
description
Description of the group.- Returns:
this.
-
isDefault
Whether this group should be auto-assigned to all new users (true) or not (false).- Returns:
this.
-
channels
Slack channels for this group.- Returns:
this.
-
self
- Specified by:
selfin classAtlanObject.AtlanObjectBuilder<C extends AtlanGroup.GroupAttributes,B extends AtlanGroup.GroupAttributes.GroupAttributesBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends AtlanGroup.GroupAttributes,B extends AtlanGroup.GroupAttributes.GroupAttributesBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends AtlanGroup.GroupAttributes,B extends AtlanGroup.GroupAttributes.GroupAttributesBuilder<C, B>>
-