Package com.atlan.model.relations
Class GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C extends GlossaryTermCategorization,B extends GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.relations.RelationshipAttributes.RelationshipAttributesBuilder<C,B>
com.atlan.model.relations.GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C,B>
- Enclosing class:
GlossaryTermCategorization
public abstract static class GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C extends GlossaryTermCategorization,B extends GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C,B>>
extends RelationshipAttributes.RelationshipAttributesBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) abstract Cbuild()category(IGlossaryCategory related, Reference.SaveSemantic semantic) Build the GlossaryTermCategorization relationship (with attributes) into a related object.description(String description) TBCprotected abstract Bself()TBCterm(IGlossaryTerm related, Reference.SaveSemantic semantic) Build the GlossaryTermCategorization relationship (with attributes) into a related object.toString()Fixed typeName for GlossaryTermCategorizations.Methods inherited from class com.atlan.model.relations.RelationshipAttributes.RelationshipAttributesBuilder
clearNullFields, nullField, nullFieldsMethods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
GlossaryTermCategorizationBuilder
public GlossaryTermCategorizationBuilder()
-
-
Method Details
-
category
public IGlossaryCategory category(IGlossaryCategory related, Reference.SaveSemantic semantic) throws InvalidRequestException Build the GlossaryTermCategorization relationship (with attributes) into a related object.- Parameters:
related- the related asset to which to build the detailed relationshipsemantic- to use for saving the relationship- Returns:
- a detailed Atlan relationship that conforms to the necessary interface for a related asset
- Throws:
InvalidRequestException- if the asset provided is without a GUID or qualifiedName
-
term
public IGlossaryTerm term(IGlossaryTerm related, Reference.SaveSemantic semantic) throws InvalidRequestException Build the GlossaryTermCategorization relationship (with attributes) into a related object.- Parameters:
related- the related asset to which to build the detailed relationshipsemantic- to use for saving the relationship- Returns:
- a detailed Atlan relationship that conforms to the necessary interface for a related asset
- Throws:
InvalidRequestException- if the asset provided is without a GUID or qualifiedName
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanObject.AtlanObjectBuilder<C extends GlossaryTermCategorization,B extends GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C, B>>
-
typeName
Fixed typeName for GlossaryTermCategorizations.- Overrides:
typeNamein classRelationshipAttributes.RelationshipAttributesBuilder<C extends GlossaryTermCategorization,B extends GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C, B>> - Returns:
this.
-
description
TBC- Returns:
this.
-
status
TBC- Returns:
this.
-
self
- Specified by:
selfin classRelationshipAttributes.RelationshipAttributesBuilder<C extends GlossaryTermCategorization,B extends GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C, B>>
-
build
- Specified by:
buildin classRelationshipAttributes.RelationshipAttributesBuilder<C extends GlossaryTermCategorization,B extends GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C, B>>
-
toString
- Overrides:
toStringin classRelationshipAttributes.RelationshipAttributesBuilder<C extends GlossaryTermCategorization,B extends GlossaryTermCategorization.GlossaryTermCategorizationBuilder<C, B>>
-