Package com.atlan.model.relations
Class GlossaryValidValue.GlossaryValidValueBuilder<C extends GlossaryValidValue,B extends GlossaryValidValue.GlossaryValidValueBuilder<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.GlossaryValidValue.GlossaryValidValueBuilder<C,B>
- Enclosing class:
- GlossaryValidValue
public abstract static class GlossaryValidValue.GlossaryValidValueBuilder<C extends GlossaryValidValue,B extends GlossaryValidValue.GlossaryValidValueBuilder<C,B>>
extends RelationshipAttributes.RelationshipAttributesBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
description
(String description) TBCexpression
(String expression) TBCprotected abstract B
self()
TBCTBCTBCtoString()
Fixed typeName for GlossaryValidValues.validValue
(IGlossaryTerm related) Build the GlossaryValidValue relationship (with attributes) into a related object.validValuesFor
(IGlossaryTerm related) Build the GlossaryValidValue relationship (with attributes) into a related object.Methods inherited from class com.atlan.model.relations.RelationshipAttributes.RelationshipAttributesBuilder
clearNullFields, nullField, nullFields
Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
GlossaryValidValueBuilder
public GlossaryValidValueBuilder()
-
-
Method Details
-
validValue
Build the GlossaryValidValue relationship (with attributes) into a related object.- Parameters:
related
- the related asset to which to build the detailed 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
-
validValuesFor
Build the GlossaryValidValue relationship (with attributes) into a related object.- Parameters:
related
- the related asset to which to build the detailed 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:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends GlossaryValidValue,
B extends GlossaryValidValue.GlossaryValidValueBuilder<C, B>>
-
typeName
Fixed typeName for GlossaryValidValues.- Overrides:
typeName
in classRelationshipAttributes.RelationshipAttributesBuilder<C extends GlossaryValidValue,
B extends GlossaryValidValue.GlossaryValidValueBuilder<C, B>> - Returns:
this
.
-
description
TBC- Returns:
this
.
-
expression
TBC- Returns:
this
.
-
source
TBC- Returns:
this
.
-
status
TBC- Returns:
this
.
-
steward
TBC- Returns:
this
.
-
self
- Specified by:
self
in classRelationshipAttributes.RelationshipAttributesBuilder<C extends GlossaryValidValue,
B extends GlossaryValidValue.GlossaryValidValueBuilder<C, B>>
-
build
- Specified by:
build
in classRelationshipAttributes.RelationshipAttributesBuilder<C extends GlossaryValidValue,
B extends GlossaryValidValue.GlossaryValidValueBuilder<C, B>>
-
toString
- Overrides:
toString
in classRelationshipAttributes.RelationshipAttributesBuilder<C extends GlossaryValidValue,
B extends GlossaryValidValue.GlossaryValidValueBuilder<C, B>>
-