Package com.atlan.model.admin
Class AtlanGroup.GroupAttributes
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AtlanGroup.GroupAttributes
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AtlanGroup
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AtlanGroup.GroupAttributes.GroupAttributesBuilder<C extends AtlanGroup.GroupAttributes,
B extends AtlanGroup.GroupAttributes.GroupAttributesBuilder<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 TypeMethodDescriptionbuilder()
protected boolean
boolean
getAlias()
Name of the group as it appears in the UI.Slack channels for this group.Time (epoch) at which the group was created, in milliseconds.User who created the group.Description of the group.Whether this group should be auto-assigned to all new users (true) or not (false).Time (epoch) at which the group was last updated, in milliseconds.User who last updated the group.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
GroupAttributes
-
-
Method Details
-
builder
-
toBuilder
-
getAlias
Name of the group as it appears in the UI. -
getCreatedAt
Time (epoch) at which the group was created, in milliseconds. -
getCreatedBy
User who created the group. -
getUpdatedAt
Time (epoch) at which the group was last updated, in milliseconds. -
getUpdatedBy
User who last updated the group. -
getDescription
Description of the group. -
getIsDefault
Whether this group should be auto-assigned to all new users (true) or not (false). -
getChannels
Slack channels for this group. -
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
-