Uses of Class
video.api.client.api.models.AnalyticsAggregatedMetricsResponseContext.MetricEnum
-
Packages that use AnalyticsAggregatedMetricsResponseContext.MetricEnum Package Description video.api.client.api.models -
-
Uses of AnalyticsAggregatedMetricsResponseContext.MetricEnum in video.api.client.api.models
Methods in video.api.client.api.models that return AnalyticsAggregatedMetricsResponseContext.MetricEnum Modifier and Type Method Description static AnalyticsAggregatedMetricsResponseContext.MetricEnumAnalyticsAggregatedMetricsResponseContext.MetricEnum. fromValue(String value)AnalyticsAggregatedMetricsResponseContext.MetricEnumAnalyticsAggregatedMetricsResponseContext. getMetric()Returns the metric you selected.AnalyticsAggregatedMetricsResponseContext.MetricEnumAnalyticsAggregatedMetricsResponseContext.MetricEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AnalyticsAggregatedMetricsResponseContext.MetricEnumAnalyticsAggregatedMetricsResponseContext.MetricEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyticsAggregatedMetricsResponseContext.MetricEnum[]AnalyticsAggregatedMetricsResponseContext.MetricEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in video.api.client.api.models with parameters of type AnalyticsAggregatedMetricsResponseContext.MetricEnum Modifier and Type Method Description AnalyticsAggregatedMetricsResponseContextAnalyticsAggregatedMetricsResponseContext. metric(AnalyticsAggregatedMetricsResponseContext.MetricEnum metric)voidAnalyticsAggregatedMetricsResponseContext. setMetric(AnalyticsAggregatedMetricsResponseContext.MetricEnum metric)voidAnalyticsAggregatedMetricsResponseContext.MetricEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AnalyticsAggregatedMetricsResponseContext.MetricEnum enumeration)
-