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