Uses of Class
com.azure.analytics.purview.datamap.models.AtlasEnumDef
Packages that use AtlasEnumDef
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasEnumDef in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasEnumDefModifier and TypeMethodDescriptionTypeDefinitionClient.getEnumById(String guid) Get the enum definition for the given GUID.TypeDefinitionClient.getEnumByName(String name) Get the enum definition by its name (unique).Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasEnumDefModifier and TypeMethodDescriptionTypeDefinitionAsyncClient.getEnumById(String guid) Get the enum definition for the given GUID.TypeDefinitionAsyncClient.getEnumByName(String name) Get the enum definition by its name (unique). -
Uses of AtlasEnumDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasEnumDefModifier and TypeMethodDescriptionstatic AtlasEnumDefAtlasEnumDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasEnumDef from the JsonReader.AtlasEnumDef.setCategory(TypeCategory category) Set the category property: The enum of type category.AtlasEnumDef.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasEnumDef.setCreateTime(Long createTime) Set the createTime property: The created time of the record.AtlasEnumDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasEnumDef.setDefaultValue(String defaultValue) Set the defaultValue property: The default value.AtlasEnumDef.setDescription(String description) Set the description property: The description of the type definition.AtlasEnumDef.setElementDefs(List<AtlasEnumElementDef> elementDefs) Set the elementDefs property: An array of enum element definitions.Set the guid property: The GUID of the type definition.AtlasEnumDef.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.Set the name property: The name of the type definition.AtlasEnumDef.setOptions(Map<String, String> options) Set the options property: The options for the type definition.AtlasEnumDef.setServiceType(String serviceType) Set the serviceType property: The service type.AtlasEnumDef.setTypeVersion(String typeVersion) Set the typeVersion property: The version of the type.AtlasEnumDef.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasEnumDef.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.AtlasEnumDef.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 AtlasEnumDefModifier and TypeMethodDescriptionAtlasTypesDef.getEnumDefs()Get the enumDefs property: An array of enum definitions.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasEnumDefModifier and TypeMethodDescriptionAtlasTypesDef.setEnumDefs(List<AtlasEnumDef> enumDefs) Set the enumDefs property: An array of enum definitions.