Package com.atlan.model.relations
Class RelationshipAttributes.RelationshipAttributesBuilder<C extends RelationshipAttributes,B extends RelationshipAttributes.RelationshipAttributesBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.relations.RelationshipAttributes.RelationshipAttributesBuilder<C,B>
- Direct Known Subclasses:
GlossaryAntonym.GlossaryAntonymBuilder
,GlossaryIsA.GlossaryIsABuilder
,GlossaryPreferredTerm.GlossaryPreferredTermBuilder
,GlossaryRelatedTerm.GlossaryRelatedTermBuilder
,GlossaryReplacementTerm.GlossaryReplacementTermBuilder
,GlossarySemanticAssignment.GlossarySemanticAssignmentBuilder
,GlossarySynonym.GlossarySynonymBuilder
,GlossaryTermCategorization.GlossaryTermCategorizationBuilder
,GlossaryTranslation.GlossaryTranslationBuilder
,GlossaryValidValue.GlossaryValidValueBuilder
,IndistinctRelationship.IndistinctRelationshipBuilder
,UserDefRelationship.UserDefRelationshipBuilder
- Enclosing class:
- RelationshipAttributes
public abstract static class RelationshipAttributes.RelationshipAttributesBuilder<C extends RelationshipAttributes,B extends RelationshipAttributes.RelationshipAttributesBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
$fillValuesFrom, rawJsonObject
-
Constructor Details
-
RelationshipAttributesBuilder
public RelationshipAttributesBuilder()
-
-
Method Details
-
typeName
Name of the relationship type that defines the relationship.- Returns:
this
.
-
nullField
-
nullFields
-
clearNullFields
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends RelationshipAttributes,
B extends RelationshipAttributes.RelationshipAttributesBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends RelationshipAttributes,
B extends RelationshipAttributes.RelationshipAttributesBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends RelationshipAttributes,
B extends RelationshipAttributes.RelationshipAttributesBuilder<C, B>>
-