Package com.atlan.model.assets
Class Meaning.MeaningBuilder<C extends Meaning,B extends Meaning.MeaningBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.assets.Meaning.MeaningBuilder<C,B>
- Enclosing class:
- Meaning
public abstract static class Meaning.MeaningBuilder<C extends Meaning,B extends Meaning.MeaningBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract C
build()
confidence
(Integer confidence) Unused.displayText
(String displayText) Human-readable display name of the related term.relationGuid
(String relationGuid) Unique identifier (GUID) of the relationship itself.protected abstract B
self()
Unique identifier (GUID) of the related term.toString()
Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
$fillValuesFrom, rawJsonObject
-
Constructor Details
-
MeaningBuilder
public MeaningBuilder()
-
-
Method Details
-
termGuid
Unique identifier (GUID) of the related term.- Returns:
this
.
-
relationGuid
Unique identifier (GUID) of the relationship itself.- Returns:
this
.
-
displayText
Human-readable display name of the related term.- Returns:
this
.
-
confidence
Unused.- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends Meaning,
B extends Meaning.MeaningBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends Meaning,
B extends Meaning.MeaningBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends Meaning,
B extends Meaning.MeaningBuilder<C, B>>
-