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
-
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
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 B
self()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
RelationshipEndpointBuilder
public RelationshipEndpointBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in 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:
self
in classAtlanObject.AtlanObjectBuilder<C extends ParsedQuery.RelationshipEndpoint,
B extends ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends ParsedQuery.RelationshipEndpoint,
B extends ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends ParsedQuery.RelationshipEndpoint,
B extends ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C, B>>
-