Uses of Class
com.azure.analytics.purview.datamap.models.AtlasClassificationDef
Packages that use AtlasClassificationDef
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasClassificationDef in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasClassificationDefModifier and TypeMethodDescriptionTypeDefinitionClient.getClassificationById(String guid) Get the classification definition for the given GUID.TypeDefinitionClient.getClassificationByName(String name) Get the classification definition by its name (unique).Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasClassificationDefModifier and TypeMethodDescriptionTypeDefinitionAsyncClient.getClassificationById(String guid) Get the classification definition for the given GUID.TypeDefinitionAsyncClient.getClassificationByName(String name) Get the classification definition by its name (unique). -
Uses of AtlasClassificationDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasClassificationDefModifier and TypeMethodDescriptionstatic AtlasClassificationDefAtlasClassificationDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasClassificationDef from the JsonReader.AtlasClassificationDef.setAttributeDefs(List<AtlasAttributeDef> attributeDefs) Set the attributeDefs property: An array of attribute definitions.AtlasClassificationDef.setCategory(TypeCategory category) Set the category property: The enum of type category.AtlasClassificationDef.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasClassificationDef.setCreateTime(Long createTime) Set the createTime property: The created time of the record.AtlasClassificationDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasClassificationDef.setDescription(String description) Set the description property: The description of the type definition.AtlasClassificationDef.setEntityTypes(List<String> entityTypes) Set the entityTypes property: Specifying a list of entityType names in the classificationDef, ensures that classifications can only be applied to those entityTypes.Set the guid property: The GUID of the type definition.AtlasClassificationDef.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.Set the name property: The name of the type definition.AtlasClassificationDef.setOptions(Map<String, String> options) Set the options property: The options for the type definition.AtlasClassificationDef.setServiceType(String serviceType) Set the serviceType property: The service type.AtlasClassificationDef.setSubTypes(List<String> subTypes) Set the subTypes property: An array of sub types.AtlasClassificationDef.setSuperTypes(List<String> superTypes) Set the superTypes property: An array of super types.AtlasClassificationDef.setTypeVersion(String typeVersion) Set the typeVersion property: The version of the type.AtlasClassificationDef.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasClassificationDef.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.AtlasClassificationDef.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 AtlasClassificationDefModifier and TypeMethodDescriptionAtlasTypesDef.getClassificationDefs()Get the classificationDefs property: An array of classification definitions.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasClassificationDefModifier and TypeMethodDescriptionAtlasTypesDef.setClassificationDefs(List<AtlasClassificationDef> classificationDefs) Set the classificationDefs property: An array of classification definitions.