Uses of Class
video.api.client.api.models.AnalyticsAggregatedMetricsResponseContext.AggregationEnum
-
Packages that use AnalyticsAggregatedMetricsResponseContext.AggregationEnum Package Description video.api.client.api.models -
-
Uses of AnalyticsAggregatedMetricsResponseContext.AggregationEnum in video.api.client.api.models
Methods in video.api.client.api.models that return AnalyticsAggregatedMetricsResponseContext.AggregationEnum Modifier and Type Method Description static AnalyticsAggregatedMetricsResponseContext.AggregationEnumAnalyticsAggregatedMetricsResponseContext.AggregationEnum. fromValue(String value)AnalyticsAggregatedMetricsResponseContext.AggregationEnumAnalyticsAggregatedMetricsResponseContext. getAggregation()Returns the aggregation you selected.AnalyticsAggregatedMetricsResponseContext.AggregationEnumAnalyticsAggregatedMetricsResponseContext.AggregationEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AnalyticsAggregatedMetricsResponseContext.AggregationEnumAnalyticsAggregatedMetricsResponseContext.AggregationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyticsAggregatedMetricsResponseContext.AggregationEnum[]AnalyticsAggregatedMetricsResponseContext.AggregationEnum. 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.AggregationEnum Modifier and Type Method Description AnalyticsAggregatedMetricsResponseContextAnalyticsAggregatedMetricsResponseContext. aggregation(AnalyticsAggregatedMetricsResponseContext.AggregationEnum aggregation)voidAnalyticsAggregatedMetricsResponseContext. setAggregation(AnalyticsAggregatedMetricsResponseContext.AggregationEnum aggregation)voidAnalyticsAggregatedMetricsResponseContext.AggregationEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AnalyticsAggregatedMetricsResponseContext.AggregationEnum enumeration)
-