Package video.api.client.api.models
Class AnalyticsAggregatedMetricsResponseContext.AggregationEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<AnalyticsAggregatedMetricsResponseContext.AggregationEnum>
-
- video.api.client.api.models.AnalyticsAggregatedMetricsResponseContext.AggregationEnum.Adapter
-
- Enclosing class:
- AnalyticsAggregatedMetricsResponseContext.AggregationEnum
public static class AnalyticsAggregatedMetricsResponseContext.AggregationEnum.Adapter extends com.google.gson.TypeAdapter<AnalyticsAggregatedMetricsResponseContext.AggregationEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalyticsAggregatedMetricsResponseContext.AggregationEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, AnalyticsAggregatedMetricsResponseContext.AggregationEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, AnalyticsAggregatedMetricsResponseContext.AggregationEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<AnalyticsAggregatedMetricsResponseContext.AggregationEnum>- Throws:
IOException
-
read
public AnalyticsAggregatedMetricsResponseContext.AggregationEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<AnalyticsAggregatedMetricsResponseContext.AggregationEnum>- Throws:
IOException
-
-