Package com.atlan.model.lineage
Class LineageListResponse.LineageListResponseBuilder
java.lang.Object
com.atlan.model.lineage.LineageListResponse.LineageListResponseBuilder
- Enclosing class:
- LineageListResponse
-
Method Summary
Modifier and TypeMethodDescriptionEntities in the lineage requested.build()
client
(AtlanClient client) Connectivity to the Atlan tenant where the lineage request was run.entityCount
(Integer entityCount) Total count of entities returned, equal to the size of theentities
list.Whether there are more entities present in lineage that can be traversed (true) or not (false).searchParameters
(LineageListRequest searchParameters) Request used to produce this lineage.toString()
-
Method Details
-
client
Connectivity to the Atlan tenant where the lineage request was run.- Returns:
this
.
-
assets
Entities in the lineage requested.- Returns:
this
.
-
hasMore
Whether there are more entities present in lineage that can be traversed (true) or not (false).- Returns:
this
.
-
entityCount
Total count of entities returned, equal to the size of theentities
list.- Returns:
this
.
-
searchParameters
public LineageListResponse.LineageListResponseBuilder searchParameters(LineageListRequest searchParameters) Request used to produce this lineage.- Returns:
this
.
-
build
-
toString
-