Uses of Class
com.azure.analytics.purview.datamap.models.AtlasRelationship
Packages that use AtlasRelationship
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasRelationship in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasRelationshipModifier and TypeMethodDescriptionRelationshipClient.create(AtlasRelationship body) Create a new relationship between entities.RelationshipClient.update(AtlasRelationship body) Update an existing relationship between entities.Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasRelationshipModifier and TypeMethodDescriptionRelationshipAsyncClient.create(AtlasRelationship body) Create a new relationship between entities.RelationshipAsyncClient.update(AtlasRelationship body) Update an existing relationship between entities.Methods in com.azure.analytics.purview.datamap with parameters of type AtlasRelationshipModifier and TypeMethodDescriptionRelationshipAsyncClient.create(AtlasRelationship body) Create a new relationship between entities.RelationshipClient.create(AtlasRelationship body) Create a new relationship between entities.RelationshipAsyncClient.update(AtlasRelationship body) Update an existing relationship between entities.RelationshipClient.update(AtlasRelationship body) Update an existing relationship between entities. -
Uses of AtlasRelationship in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasRelationshipModifier and TypeMethodDescriptionstatic AtlasRelationshipAtlasRelationship.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasRelationship from the JsonReader.AtlasRelationshipWithExtInfo.getRelationship()Get the relationship property: Atlas relationship instance.AtlasRelationship.setAttributes(Map<String, com.azure.core.util.BinaryData> attributes) Set the attributes property: The attributes of the struct.AtlasRelationship.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasRelationship.setCreateTime(Long createTime) Set the createTime property: The created time of the record.AtlasRelationship.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.Set the guid property: The GUID of the relationship.Set the homeId property: The home ID of the relationship.Set the label property: The label of the relationship.AtlasRelationship.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.AtlasRelationship.setProvenanceType(Integer provenanceType) Set the provenanceType property: Used to record the provenance of an instance of an entity or relationship.AtlasRelationship.setStatus(StatusAtlasRelationship status) Set the status property: The enum of relationship status.AtlasRelationship.setTypeName(String typeName) Set the typeName property: The name of the type.AtlasRelationship.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasRelationship.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.AtlasRelationship.setVersion(Long version) Set the version property: The version of the relationship.