Uses of Class
odata.msgraph.client.beta.complex.MetricTimeSeriesDataPoint.Builder
-
Packages that use MetricTimeSeriesDataPoint.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of MetricTimeSeriesDataPoint.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MetricTimeSeriesDataPoint.Builder Modifier and Type Method Description static MetricTimeSeriesDataPoint.BuilderMetricTimeSeriesDataPoint. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).MetricTimeSeriesDataPoint.BuilderMetricTimeSeriesDataPoint.Builder. dateTime(OffsetDateTime dateTime)“Time of the metric time series data point”MetricTimeSeriesDataPoint.BuilderMetricTimeSeriesDataPoint.Builder. value(Long value)“Value of the metric time series data point”
-