Package com.atlan.model.search
Class EntityAudit.EntityAuditBuilder<C extends EntityAudit,B extends EntityAudit.EntityAuditBuilder<C,B>>  
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
 
com.atlan.model.search.EntityAudit.EntityAuditBuilder<C,B> 
- Enclosing class:
- EntityAudit
public abstract static class EntityAudit.EntityAuditBuilder<C extends EntityAudit,B extends EntityAudit.EntityAuditBuilder<C,B>>  
extends AtlanObject.AtlanObjectBuilder<C,B> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) action(AuditActionType action) The type of activity that was done.abstract Cbuild()Time (epoch) at which the activity completed, in milliseconds.detail(AuditDetail detail) Details of the activity.Unused.Unused.entityDetail(Asset entityDetail) Minimal details about the asset that was acted upon.Unique identifier (GUID) of the asset.entityQualifiedName(String entityQualifiedName) Unique name of the asset.Unique identifier of the activity.Headers detailing how the action was taken, if not by a user.protected abstract Bself()Time (epoch) at which the activity started, in milliseconds.toString()Unused.Type of the asset.User who carried out the activity.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilderrawJsonObject
- 
Constructor Details- 
EntityAuditBuilderpublic EntityAuditBuilder()
 
- 
- 
Method Details- 
$fillValuesFrom- Overrides:
- $fillValuesFromin class- AtlanObject.AtlanObjectBuilder<C extends EntityAudit,- B extends EntityAudit.EntityAuditBuilder<C, - B>> 
 
- 
entityQualifiedNameUnique name of the asset.- Returns:
- this.
 
- 
typeNameType of the asset.- Returns:
- this.
 
- 
entityIdUnique identifier (GUID) of the asset.- Returns:
- this.
 
- 
timestampTime (epoch) at which the activity started, in milliseconds.- Returns:
- this.
 
- 
createdTime (epoch) at which the activity completed, in milliseconds.- Returns:
- this.
 
- 
userUser who carried out the activity.- Returns:
- this.
 
- 
actionThe type of activity that was done.- Returns:
- this.
 
- 
detailsUnused.- Returns:
- this.
 
- 
eventKeyUnique identifier of the activity.- Returns:
- this.
 
- 
entityUnused.- Returns:
- this.
 
- 
typeUnused.- Returns:
- this.
 
- 
detailDetails of the activity. In practice this will either be details about an Atlan tag (for Atlan tag- related actions) or an asset (for other actions).- Returns:
- this.
 
- 
entityDetailMinimal details about the asset that was acted upon. Note that this contains current details about the asset, not the state of the asset immediately before or after the given activity.- Returns:
- this.
 
- 
headersHeaders detailing how the action was taken, if not by a user.- Returns:
- this.
 
- 
self- Specified by:
- selfin class- AtlanObject.AtlanObjectBuilder<C extends EntityAudit,- B extends EntityAudit.EntityAuditBuilder<C, - B>> 
 
- 
build- Specified by:
- buildin class- AtlanObject.AtlanObjectBuilder<C extends EntityAudit,- B extends EntityAudit.EntityAuditBuilder<C, - B>> 
 
- 
toString- Overrides:
- toStringin class- AtlanObject.AtlanObjectBuilder<C extends EntityAudit,- B extends EntityAudit.EntityAuditBuilder<C, - B>> 
 
 
-