Uses of Class
video.api.client.api.models.AnalyticsMetricsOverTimeResponseContext.IntervalEnum
-
Packages that use AnalyticsMetricsOverTimeResponseContext.IntervalEnum Package Description video.api.client.api.models -
-
Uses of AnalyticsMetricsOverTimeResponseContext.IntervalEnum in video.api.client.api.models
Methods in video.api.client.api.models that return AnalyticsMetricsOverTimeResponseContext.IntervalEnum Modifier and Type Method Description static AnalyticsMetricsOverTimeResponseContext.IntervalEnumAnalyticsMetricsOverTimeResponseContext.IntervalEnum. fromValue(String value)AnalyticsMetricsOverTimeResponseContext.IntervalEnumAnalyticsMetricsOverTimeResponseContext. getInterval()Returns the interval you selected.AnalyticsMetricsOverTimeResponseContext.IntervalEnumAnalyticsMetricsOverTimeResponseContext.IntervalEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AnalyticsMetricsOverTimeResponseContext.IntervalEnumAnalyticsMetricsOverTimeResponseContext.IntervalEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyticsMetricsOverTimeResponseContext.IntervalEnum[]AnalyticsMetricsOverTimeResponseContext.IntervalEnum. 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 AnalyticsMetricsOverTimeResponseContext.IntervalEnum Modifier and Type Method Description AnalyticsMetricsOverTimeResponseContextAnalyticsMetricsOverTimeResponseContext. interval(AnalyticsMetricsOverTimeResponseContext.IntervalEnum interval)voidAnalyticsMetricsOverTimeResponseContext. setInterval(AnalyticsMetricsOverTimeResponseContext.IntervalEnum interval)voidAnalyticsMetricsOverTimeResponseContext.IntervalEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AnalyticsMetricsOverTimeResponseContext.IntervalEnum enumeration)
-