Uses of Class
com.azure.analytics.purview.datamap.models.RelationshipCategory
Packages that use RelationshipCategory
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of RelationshipCategory in com.azure.analytics.purview.datamap.models
Fields in com.azure.analytics.purview.datamap.models declared as RelationshipCategoryModifier and TypeFieldDescriptionstatic final RelationshipCategoryRelationshipCategory.AGGREGATIONaggregation.static final RelationshipCategoryRelationshipCategory.ASSOCIATIONassociation.static final RelationshipCategoryRelationshipCategory.COMPOSITIONcomposition.Methods in com.azure.analytics.purview.datamap.models that return RelationshipCategoryModifier and TypeMethodDescriptionstatic RelationshipCategoryRelationshipCategory.fromString(String name) Creates or finds a RelationshipCategory from its string representation.AtlasRelationshipDef.getRelationshipCategory()Get the relationshipCategory property: The Relationship category determines the style of relationship around containment and lifecycle.AtlasTypeDef.getRelationshipCategory()Get the relationshipCategory property: The Relationship category determines the style of relationship around containment and lifecycle.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type RelationshipCategoryModifier and TypeMethodDescriptionstatic Collection<RelationshipCategory> RelationshipCategory.values()Gets known RelationshipCategory values.Methods in com.azure.analytics.purview.datamap.models with parameters of type RelationshipCategoryModifier and TypeMethodDescriptionAtlasRelationshipDef.setRelationshipCategory(RelationshipCategory relationshipCategory) Set the relationshipCategory property: The Relationship category determines the style of relationship around containment and lifecycle.