Uses of Class
com.azure.analytics.purview.datamap.models.AtlasEntityHeader
Packages that use AtlasEntityHeader
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasEntityHeader in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasEntityHeaderModifier and TypeMethodDescriptionGet entity header given its GUID.Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasEntityHeaderModifier and TypeMethodDescriptionGet entity header given its GUID. -
Uses of AtlasEntityHeader in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasEntityHeaderModifier and TypeMethodDescriptionstatic AtlasEntityHeaderAtlasEntityHeader.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasEntityHeader from the JsonReader.AtlasEntityHeader.setAttributes(Map<String, com.azure.core.util.BinaryData> attributes) Set the attributes property: The attributes of the struct.AtlasEntityHeader.setClassificationNames(List<String> classificationNames) Set the classificationNames property: An array of classification names.AtlasEntityHeader.setClassifications(List<AtlasClassification> classifications) Set the classifications property: An array of classifications.AtlasEntityHeader.setDisplayText(String displayText) Set the displayText property: The display text.Set the guid property: The GUID of the record.AtlasEntityHeader.setIsIncomplete(Boolean isIncomplete) Set the isIncomplete property: Whether it is a shell entity.Set the labels property: labels.AtlasEntityHeader.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.AtlasEntityHeader.setMeaningNames(List<String> meaningNames) Set the meaningNames property: An array of meanings.AtlasEntityHeader.setMeanings(List<AtlasTermAssignmentHeader> meanings) Set the meanings property: An array of term assignment headers.AtlasEntityHeader.setStatus(EntityStatus status) Set the status property: Status of the entity - can be active or deleted.AtlasEntityHeader.setTypeName(String typeName) Set the typeName property: The name of the type.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasEntityHeaderModifier and TypeMethodDescriptionAtlasLineageInfo.getGuidEntityMap()Get the guidEntityMap property: The GUID entity map.AtlasEntityHeaders.getGuidHeaderMap()Get the guidHeaderMap property: The description of the guid header map,.EntityMutationResult.getMutatedEntities()Get the mutatedEntities property: The entity headers of mutated entities.EntityMutationResult.getPartialUpdatedEntities()Get the partialUpdatedEntities property: An array of entity headers that partially updated.AtlasRelationshipWithExtInfo.getReferredEntities()Get the referredEntities property: The referred entity header.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasEntityHeaderModifier and TypeMethodDescriptionAtlasEntityHeaders.setGuidHeaderMap(Map<String, AtlasEntityHeader> guidHeaderMap) Set the guidHeaderMap property: The description of the guid header map,.