Package com.atlan.model.graph
Class ModelGraph
java.lang.Object
com.atlan.model.graph.ModelGraph
Structure through which various model assets can all be traversed.
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
static ModelGraph
from
(AtlanClient client, long time, String prefix) Construct a model graph from the provided parameters.long
getModel()
int
hashCode()
-
Method Details
-
from
Construct a model graph from the provided parameters.- Parameters:
client
- connectivity to the Atlan tenanttime
- business date for which to retrieve the model graphprefix
- (optional) scope of the model graph to retrieve- Returns:
- the model graph for the provided parameters
- Throws:
AtlanException
- on any issues communicating with the underlying APIs
-
getModel
-
getVersion
-
getEntities
-
getAsOfTime
public long getAsOfTime() -
equals
-
canEqual
-
hashCode
public int hashCode()
-