Uses of Class
com.azure.analytics.purview.datamap.models.StatusAtlasRelationship
Packages that use StatusAtlasRelationship
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of StatusAtlasRelationship in com.azure.analytics.purview.datamap.models
Fields in com.azure.analytics.purview.datamap.models declared as StatusAtlasRelationshipModifier and TypeFieldDescriptionstatic final StatusAtlasRelationshipStatusAtlasRelationship.ACTIVEactive.static final StatusAtlasRelationshipStatusAtlasRelationship.DELETEDdeleted.Methods in com.azure.analytics.purview.datamap.models that return StatusAtlasRelationshipModifier and TypeMethodDescriptionstatic StatusAtlasRelationshipStatusAtlasRelationship.fromString(String name) Creates or finds a StatusAtlasRelationship from its string representation.AtlasRelatedObjectId.getRelationshipStatus()Get the relationshipStatus property: The enum of relationship status.AtlasRelationship.getStatus()Get the status property: The enum of relationship status.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type StatusAtlasRelationshipModifier and TypeMethodDescriptionstatic Collection<StatusAtlasRelationship> StatusAtlasRelationship.values()Gets known StatusAtlasRelationship values.Methods in com.azure.analytics.purview.datamap.models with parameters of type StatusAtlasRelationshipModifier and TypeMethodDescriptionAtlasRelatedObjectId.setRelationshipStatus(StatusAtlasRelationship relationshipStatus) Set the relationshipStatus property: The enum of relationship status.AtlasRelationship.setStatus(StatusAtlasRelationship status) Set the status property: The enum of relationship status.