Package com.atlan.model.admin
Class ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C extends ParsedQuery.RelationshipEndpoint,B extends ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.admin.ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C,B>
- Enclosing class:
ParsedQuery.RelationshipEndpoint
public abstract static class ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C extends ParsedQuery.RelationshipEndpoint,B extends ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) abstract Cbuild()Name of the column used by this end of the relationship.Numeric identifier for the column referred to by this end of the relationship.Numeric identifier of the parent object in which the column exists.parentName(String parentName) Name of the parent object in which the column exists.protected abstract Bself()toString()Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
RelationshipEndpointBuilder
public RelationshipEndpointBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanObject.AtlanObjectBuilder<C extends ParsedQuery.RelationshipEndpoint,B extends ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C, B>>
-
id
Numeric identifier for the column referred to by this end of the relationship.- Returns:
this.
-
column
Name of the column used by this end of the relationship.- Returns:
this.
-
parentId
Numeric identifier of the parent object in which the column exists.- Returns:
this.
-
parentName
Name of the parent object in which the column exists.- Returns:
this.
-
self
- Specified by:
selfin classAtlanObject.AtlanObjectBuilder<C extends ParsedQuery.RelationshipEndpoint,B extends ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanObject.AtlanObjectBuilder<C extends ParsedQuery.RelationshipEndpoint,B extends ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanObject.AtlanObjectBuilder<C extends ParsedQuery.RelationshipEndpoint,B extends ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C, B>>
-