Uses of Class
com.azure.analytics.purview.datamap.models.AtlasEnumElementDef
Packages that use AtlasEnumElementDef
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of AtlasEnumElementDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasEnumElementDefModifier and TypeMethodDescriptionstatic AtlasEnumElementDefAtlasEnumElementDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasEnumElementDef from the JsonReader.AtlasEnumElementDef.setDescription(String description) Set the description property: The description of the enum element definition.AtlasEnumElementDef.setOrdinal(Integer ordinal) Set the ordinal property: The ordinal of the enum element definition.Set the value property: The value of the enum element definition.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasEnumElementDefModifier and TypeMethodDescriptionAtlasEnumDef.getElementDefs()Get the elementDefs property: An array of enum element definitions.AtlasTypeDef.getElementDefs()Get the elementDefs property: An array of enum element definitions.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasEnumElementDefModifier and TypeMethodDescriptionAtlasEnumDef.setElementDefs(List<AtlasEnumElementDef> elementDefs) Set the elementDefs property: An array of enum element definitions.