Uses of Class
com.azure.analytics.purview.datamap.models.AtlasRelationshipEndDef
Packages that use AtlasRelationshipEndDef
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of AtlasRelationshipEndDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasRelationshipEndDefModifier and TypeMethodDescriptionstatic AtlasRelationshipEndDefAtlasRelationshipEndDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasRelationshipEndDef from the JsonReader.AtlasRelationshipDef.getEndDef1()Get the endDef1 property: The relationshipEndDef represents an end of the relationship.AtlasTypeDef.getEndDef1()Get the endDef1 property: The relationshipEndDef represents an end of the relationship.AtlasRelationshipDef.getEndDef2()Get the endDef2 property: The relationshipEndDef represents an end of the relationship.AtlasTypeDef.getEndDef2()Get the endDef2 property: The relationshipEndDef represents an end of the relationship.AtlasRelationshipEndDef.setCardinality(CardinalityValue cardinality) Set the cardinality property: single-valued attribute or multi-valued attribute.AtlasRelationshipEndDef.setDescription(String description) Set the description property: The description of the relationship end definition.AtlasRelationshipEndDef.setIsContainer(Boolean isContainer) Set the isContainer property: Determines if it is container.AtlasRelationshipEndDef.setIsLegacyAttribute(Boolean isLegacyAttribute) Set the isLegacyAttribute property: Determines if it is a legacy attribute.Set the name property: The name of the relationship end definition.Set the type property: The type of the relationship end.Methods in com.azure.analytics.purview.datamap.models with parameters of type AtlasRelationshipEndDefModifier and TypeMethodDescriptionAtlasRelationshipDef.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.