Uses of Class
com.azure.analytics.purview.datamap.models.AtlasEntityDef
Packages that use AtlasEntityDef
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasEntityDef in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasEntityDefModifier and TypeMethodDescriptionTypeDefinitionClient.getEntityById(String guid) Get the Entity definition for the given GUID.TypeDefinitionClient.getEntityByName(String name) Get the entity definition by its name (unique).Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasEntityDefModifier and TypeMethodDescriptionTypeDefinitionAsyncClient.getEntityById(String guid) Get the Entity definition for the given GUID.TypeDefinitionAsyncClient.getEntityByName(String name) Get the entity definition by its name (unique). -
Uses of AtlasEntityDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasEntityDefModifier and TypeMethodDescriptionstatic AtlasEntityDefAtlasEntityDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasEntityDef from the JsonReader.AtlasEntityDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.AtlasEntityDef.setCategory(TypeCategory category) Set the category property: The enum of type category.AtlasEntityDef.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasEntityDef.setCreateTime(Long createTime) Set the createTime property: The created time of the record.AtlasEntityDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasEntityDef.setDescription(String description) Set the description property: The description of the type definition.Set the guid property: The GUID of the type definition.AtlasEntityDef.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.Set the name property: The name of the type definition.AtlasEntityDef.setOptions(Map<String, String> options) Set the options property: The options for the type definition.AtlasEntityDef.setRelationshipAttributeDefs(List<AtlasRelationshipAttributeDef> relationshipAttributeDefs) Set the relationshipAttributeDefs property: An array of relationship attributes.AtlasEntityDef.setServiceType(String serviceType) Set the serviceType property: The service type.AtlasEntityDef.setSubTypes(List<String> subTypes) Set the subTypes property: An array of sub types.AtlasEntityDef.setSuperTypes(List<String> superTypes) Set the superTypes property: An array of super types.AtlasEntityDef.setTypeVersion(String typeVersion) Set the typeVersion property: The version of the type.AtlasEntityDef.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasEntityDef.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.AtlasEntityDef.setVersion(Long version) Set the version property: The version of the record.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasEntityDefModifier and TypeMethodDescriptionAtlasTypesDef.getEntityDefs()Get the entityDefs property: An array of entity definitions.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasEntityDefModifier and TypeMethodDescriptionAtlasTypesDef.setEntityDefs(List<AtlasEntityDef> entityDefs) Set the entityDefs property: An array of entity definitions.