Package com.atlan.model.typedefs
Class EntityDef.EntityDefBuilder<C extends EntityDef,B extends EntityDef.EntityDefBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.typedefs.TypeDef.TypeDefBuilder<C,B>
com.atlan.model.typedefs.EntityDef.EntityDefBuilder<C,B>
- Enclosing class:
EntityDef
public abstract static class EntityDef.EntityDefBuilder<C extends EntityDef,B extends EntityDef.EntityDefBuilder<C,B>>
extends TypeDef.TypeDefBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) abstract Cbuild()businessAttributeDefs(Map<String, Object> businessAttributeDefs) Unused.category(AtlanTypeCategory category) Fixed category for entity typedefs.relationshipAttributeDefs(List<RelationshipAttributeDef> relationshipAttributeDefs) Relationships that can exist for the entity.protected abstract Bself()Subtypes of this entity type.superTypes(List<String> superTypes) Supertypes of this entity type.toString()Methods inherited from class com.atlan.model.typedefs.TypeDef.TypeDefBuilder
attributeDef, attributeDefs, clearAttributeDefs, createdBy, createTime, description, displayName, guid, name, serviceType, typeVersion, updatedBy, updateTime, versionMethods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
EntityDefBuilder
public EntityDefBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classTypeDef.TypeDefBuilder<C extends EntityDef,B extends EntityDef.EntityDefBuilder<C, B>>
-
category
Fixed category for entity typedefs.- Overrides:
categoryin classTypeDef.TypeDefBuilder<C extends EntityDef,B extends EntityDef.EntityDefBuilder<C, B>> - Returns:
this.
-
relationshipAttributeDefs
Relationships that can exist for the entity.- Returns:
this.
-
subTypes
Subtypes of this entity type.- Returns:
this.
-
superTypes
Supertypes of this entity type.- Returns:
this.
-
businessAttributeDefs
Unused.- Returns:
this.
-
self
- Specified by:
selfin classTypeDef.TypeDefBuilder<C extends EntityDef,B extends EntityDef.EntityDefBuilder<C, B>>
-
build
- Specified by:
buildin classTypeDef.TypeDefBuilder<C extends EntityDef,B extends EntityDef.EntityDefBuilder<C, B>>
-
toString
- Overrides:
toStringin classTypeDef.TypeDefBuilder<C extends EntityDef,B extends EntityDef.EntityDefBuilder<C, B>>
-