Uses of Class
com.azure.analytics.purview.datamap.models.AtlasObjectId
Packages that use AtlasObjectId
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of AtlasObjectId in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasObjectIdModifier and TypeMethodDescriptionstatic AtlasObjectIdAtlasObjectId.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasObjectId from the JsonReader.AtlasRelationship.getEnd1()Get the end1 property: Reference to an object-instance of a type - like entity.AtlasRelationship.getEnd2()Get the end2 property: Reference to an object-instance of a type - like entity.Set the guid property: The GUID of the object.AtlasObjectId.setTypeName(String typeName) Set the typeName property: The name of the type.AtlasObjectId.setUniqueAttributes(Map<String, com.azure.core.util.BinaryData> uniqueAttributes) Set the uniqueAttributes property: The unique attributes of the object.Methods in com.azure.analytics.purview.datamap.models with parameters of type AtlasObjectIdModifier and TypeMethodDescriptionAtlasRelationship.setEnd1(AtlasObjectId end1) Set the end1 property: Reference to an object-instance of a type - like entity.AtlasRelationship.setEnd2(AtlasObjectId end2) Set the end2 property: Reference to an object-instance of a type - like entity.