Uses of Class
com.azure.analytics.purview.datamap.models.AtlasEntityWithExtInfo
Packages that use AtlasEntityWithExtInfo
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasEntityWithExtInfo in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasEntityWithExtInfoModifier and TypeMethodDescriptionGet complete definition of an entity given its GUID.Get complete definition of an entity given its GUID.EntityClient.getByUniqueAttribute(String typeName) Get complete definition of an entity given its type and unique attribute.EntityClient.getByUniqueAttribute(String typeName, Boolean minExtInfo, Boolean ignoreRelationships, String attribute) Get complete definition of an entity given its type and unique attribute.Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasEntityWithExtInfoModifier and TypeMethodDescriptionGet complete definition of an entity given its GUID.Get complete definition of an entity given its GUID.EntityAsyncClient.getByUniqueAttribute(String typeName) Get complete definition of an entity given its type and unique attribute.EntityAsyncClient.getByUniqueAttribute(String typeName, Boolean minExtInfo, Boolean ignoreRelationships, String attribute) Get complete definition of an entity given its type and unique attribute.Methods in com.azure.analytics.purview.datamap with parameters of type AtlasEntityWithExtInfoModifier and TypeMethodDescriptionEntityAsyncClient.createOrUpdate(AtlasEntityWithExtInfo body) Create or update an entity.EntityAsyncClient.createOrUpdate(AtlasEntityWithExtInfo body, BusinessAttributeUpdateBehavior businessAttributeUpdateBehavior, String collectionId) Create or update an entity.EntityClient.createOrUpdate(AtlasEntityWithExtInfo body) Create or update an entity.EntityClient.createOrUpdate(AtlasEntityWithExtInfo body, BusinessAttributeUpdateBehavior businessAttributeUpdateBehavior, String collectionId) Create or update an entity.EntityAsyncClient.updateByUniqueAttribute(String typeName, AtlasEntityWithExtInfo body) Update entity partially - Allow a subset of attributes to be updated on an entity which is identified by its type and unique attribute eg: Referenceable.qualifiedName.EntityAsyncClient.updateByUniqueAttribute(String typeName, AtlasEntityWithExtInfo body, String attribute) Update entity partially - Allow a subset of attributes to be updated on an entity which is identified by its type and unique attribute eg: Referenceable.qualifiedName.EntityClient.updateByUniqueAttribute(String typeName, AtlasEntityWithExtInfo body) Update entity partially - Allow a subset of attributes to be updated on an entity which is identified by its type and unique attribute eg: Referenceable.qualifiedName.EntityClient.updateByUniqueAttribute(String typeName, AtlasEntityWithExtInfo body, String attribute) Update entity partially - Allow a subset of attributes to be updated on an entity which is identified by its type and unique attribute eg: Referenceable.qualifiedName. -
Uses of AtlasEntityWithExtInfo in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasEntityWithExtInfoModifier and TypeMethodDescriptionstatic AtlasEntityWithExtInfoAtlasEntityWithExtInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasEntityWithExtInfo from the JsonReader.AtlasEntityWithExtInfo.setEntity(AtlasEntity entity) Set the entity property: An instance of an entity - like hive_table, hive_database.AtlasEntityWithExtInfo.setReferredEntities(Map<String, AtlasEntity> referredEntities) Set the referredEntities property: The referred entities.