Uses of Class
com.azure.analytics.purview.datamap.models.DateFormat
Packages that use DateFormat
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of DateFormat in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return DateFormatModifier and TypeMethodDescriptionstatic DateFormatDateFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DateFormat from the JsonReader.AtlasBusinessMetadataDef.getDateFormatter()Get the dateFormatter property: The date format.AtlasClassificationDef.getDateFormatter()Get the dateFormatter property: The date format.AtlasEntityDef.getDateFormatter()Get the dateFormatter property: The date format.AtlasEnumDef.getDateFormatter()Get the dateFormatter property: The date format.AtlasRelationshipDef.getDateFormatter()Get the dateFormatter property: The date format.AtlasStructDef.getDateFormatter()Get the dateFormatter property: The date format.AtlasTypeDef.getDateFormatter()Get the dateFormatter property: The date format.TermTemplateDef.getDateFormatter()Get the dateFormatter property: The date format.DateFormat.getDateInstance()Get the dateInstance property: The date format.DateFormat.getDateTimeInstance()Get the dateTimeInstance property: The date format.DateFormat.getInstance()Get the instance property: The date format.DateFormat.getTimeInstance()Get the timeInstance property: The date format.DateFormat.setAvailableLocales(List<String> availableLocales) Set the availableLocales property: An array of available locales.DateFormat.setCalendar(Double calendar) Set the calendar property: Calendar.DateFormat.setDateInstance(DateFormat dateInstance) Set the dateInstance property: The date format.DateFormat.setDateTimeInstance(DateFormat dateTimeInstance) Set the dateTimeInstance property: The date format.DateFormat.setInstance(DateFormat instance) Set the instance property: The date format.DateFormat.setLenient(Boolean lenient) Set the lenient property: Determines the leniency of the date format.DateFormat.setNumberFormat(NumberFormat numberFormat) Set the numberFormat property: The number format.DateFormat.setTimeInstance(DateFormat timeInstance) Set the timeInstance property: The date format.DateFormat.setTimeZone(TimeZone timeZone) Set the timeZone property: The timezone information.Methods in com.azure.analytics.purview.datamap.models with parameters of type DateFormatModifier and TypeMethodDescriptionAtlasBusinessMetadataDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasClassificationDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasEntityDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasEnumDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasRelationshipDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.AtlasStructDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.TermTemplateDef.setDateFormatter(DateFormat dateFormatter) Set the dateFormatter property: The date format.DateFormat.setDateInstance(DateFormat dateInstance) Set the dateInstance property: The date format.DateFormat.setDateTimeInstance(DateFormat dateTimeInstance) Set the dateTimeInstance property: The date format.DateFormat.setInstance(DateFormat instance) Set the instance property: The date format.DateFormat.setTimeInstance(DateFormat timeInstance) Set the timeInstance property: The date format.