Uses of Class
odata.msgraph.client.beta.complex.MetricTimeSeriesDataPoint
-
Packages that use MetricTimeSeriesDataPoint Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of MetricTimeSeriesDataPoint in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MetricTimeSeriesDataPoint Modifier and Type Method Description MetricTimeSeriesDataPointMetricTimeSeriesDataPoint.Builder. build()MetricTimeSeriesDataPointMetricTimeSeriesDataPoint. withDateTime(OffsetDateTime dateTime)Returns an immutable copy ofthiswith just thedateTimefield changed.MetricTimeSeriesDataPointMetricTimeSeriesDataPoint. withUnmappedField(String name, String value)MetricTimeSeriesDataPointMetricTimeSeriesDataPoint. withValue(Long value)Returns an immutable copy ofthiswith just thevaluefield changed. -
Uses of MetricTimeSeriesDataPoint in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type MetricTimeSeriesDataPoint Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<MetricTimeSeriesDataPoint>MicrosoftTunnelServer. getHealthMetricTimeSeries(String metricName, OffsetDateTime startDateTime, OffsetDateTime endDateTime) -
Uses of MetricTimeSeriesDataPoint in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type MetricTimeSeriesDataPoint Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<MetricTimeSeriesDataPoint>MicrosoftTunnelServerRequest. getHealthMetricTimeSeries(String metricName, OffsetDateTime startDateTime, OffsetDateTime endDateTime)
-