Uses of Class
com.azure.analytics.purview.datamap.models.TimeBoundary
Packages that use TimeBoundary
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of TimeBoundary in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return TimeBoundaryModifier and TypeMethodDescriptionstatic TimeBoundaryTimeBoundary.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TimeBoundary from the JsonReader.TimeBoundary.setEndTime(String endTime) Set the endTime property: The end of the time boundary.TimeBoundary.setStartTime(String startTime) Set the startTime property: The start of the time boundary.TimeBoundary.setTimeZone(String timeZone) Set the timeZone property: The timezone of the time boundary.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type TimeBoundaryModifier and TypeMethodDescriptionAtlasClassification.getValidityPeriods()Get the validityPeriods property: An array of time boundaries indicating validity periods.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type TimeBoundaryModifier and TypeMethodDescriptionAtlasClassification.setValidityPeriods(List<TimeBoundary> validityPeriods) Set the validityPeriods property: An array of time boundaries indicating validity periods.