Uses of Class
com.azure.analytics.purview.datamap.models.AtlasRelationshipDef
Packages that use AtlasRelationshipDef
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasRelationshipDef in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasRelationshipDefModifier and TypeMethodDescriptionTypeDefinitionClient.getRelationshipById(String guid) Get the relationship definition for the given GUID.TypeDefinitionClient.getRelationshipByName(String name) Get the relationship definition by its name (unique).Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasRelationshipDefModifier and TypeMethodDescriptionTypeDefinitionAsyncClient.getRelationshipById(String guid) Get the relationship definition for the given GUID.TypeDefinitionAsyncClient.getRelationshipByName(String name) Get the relationship definition by its name (unique). -
Uses of AtlasRelationshipDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasRelationshipDefModifier and TypeMethodDescriptionstatic AtlasRelationshipDefAtlasRelationshipDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasRelationshipDef from the JsonReader.AtlasRelationshipDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.AtlasRelationshipDef.setCategory(TypeCategory category) Set the category property: The enum of type category.AtlasRelationshipDef.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasRelationshipDef.setCreateTime(Long createTime) Set the createTime property: The created time of the record.AtlasRelationshipDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasRelationshipDef.setDescription(String description) Set the description property: The description of the type definition.AtlasRelationshipDef.setEndDef1(AtlasRelationshipEndDef endDef1) Set the endDef1 property: The relationshipEndDef represents an end of the relationship.AtlasRelationshipDef.setEndDef2(AtlasRelationshipEndDef endDef2) Set the endDef2 property: The relationshipEndDef represents an end of the relationship.Set the guid property: The GUID of the type definition.AtlasRelationshipDef.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.Set the name property: The name of the type definition.AtlasRelationshipDef.setOptions(Map<String, String> options) Set the options property: The options for the type definition.AtlasRelationshipDef.setRelationshipCategory(RelationshipCategory relationshipCategory) Set the relationshipCategory property: The Relationship category determines the style of relationship around containment and lifecycle.AtlasRelationshipDef.setRelationshipLabel(String relationshipLabel) Set the relationshipLabel property: The label of the relationship.AtlasRelationshipDef.setServiceType(String serviceType) Set the serviceType property: The service type.AtlasRelationshipDef.setTypeVersion(String typeVersion) Set the typeVersion property: The version of the type.AtlasRelationshipDef.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasRelationshipDef.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.AtlasRelationshipDef.setVersion(Long version) Set the version property: The version of the record.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasRelationshipDefModifier and TypeMethodDescriptionAtlasTypesDef.getRelationshipDefs()Get the relationshipDefs property: An array of relationship definitions.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasRelationshipDefModifier and TypeMethodDescriptionAtlasTypesDef.setRelationshipDefs(List<AtlasRelationshipDef> relationshipDefs) Set the relationshipDefs property: An array of relationship definitions.