Uses of Class
com.azure.analytics.purview.datamap.models.EntityStatus
Packages that use EntityStatus
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of EntityStatus in com.azure.analytics.purview.datamap.models
Fields in com.azure.analytics.purview.datamap.models declared as EntityStatusModifier and TypeFieldDescriptionstatic final EntityStatusEntityStatus.ACTIVEThe status is active.static final EntityStatusEntityStatus.DELETEDThe status is deleted.Methods in com.azure.analytics.purview.datamap.models that return EntityStatusModifier and TypeMethodDescriptionstatic EntityStatusEntityStatus.fromString(String name) Creates or finds a EntityStatus from its string representation.AtlasClassification.getEntityStatus()Get the entityStatus property: Status of the entity - can be active or deleted.AtlasRelatedObjectId.getEntityStatus()Get the entityStatus property: Status of the entity - can be active or deleted.AtlasEntity.getStatus()Get the status property: Status of the entity - can be active or deleted.AtlasEntityHeader.getStatus()Get the status property: Status of the entity - can be active or deleted.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type EntityStatusModifier and TypeMethodDescriptionstatic Collection<EntityStatus> EntityStatus.values()Gets known EntityStatus values.Methods in com.azure.analytics.purview.datamap.models with parameters of type EntityStatusModifier and TypeMethodDescriptionAtlasClassification.setEntityStatus(EntityStatus entityStatus) Set the entityStatus property: Status of the entity - can be active or deleted.AtlasRelatedObjectId.setEntityStatus(EntityStatus entityStatus) Set the entityStatus property: Status of the entity - can be active or deleted.AtlasEntity.setStatus(EntityStatus status) Set the status property: Status of the entity - can be active or deleted.AtlasEntityHeader.setStatus(EntityStatus status) Set the status property: Status of the entity - can be active or deleted.