ClosedCaptionModeAdapter

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@CheckReturnValue
fun failOnUnknown(): JsonAdapter<TranscriptionSettingsResponse.ClosedCaptionMode?>?
Link copied to clipboard
@CheckReturnValue
@Nullable
fun fromJson(string: String?): TranscriptionSettingsResponse.ClosedCaptionMode?
@CheckReturnValue
@Nullable
fun fromJson(source: BufferedSource?): TranscriptionSettingsResponse.ClosedCaptionMode?
open override fun fromJson(reader: JsonReader): TranscriptionSettingsResponse.ClosedCaptionMode?
Link copied to clipboard
@CheckReturnValue
@Nullable
fun fromJsonValue(@Nullable value: Any?): TranscriptionSettingsResponse.ClosedCaptionMode?
Link copied to clipboard
@CheckReturnValue
open fun indent(indent: String?): JsonAdapter<TranscriptionSettingsResponse.ClosedCaptionMode?>?
Link copied to clipboard
@CheckReturnValue
fun lenient(): JsonAdapter<TranscriptionSettingsResponse.ClosedCaptionMode?>?
Link copied to clipboard
@CheckReturnValue
fun nonNull(): JsonAdapter<TranscriptionSettingsResponse.ClosedCaptionMode?>?
Link copied to clipboard
@CheckReturnValue
fun nullSafe(): JsonAdapter<TranscriptionSettingsResponse.ClosedCaptionMode?>?
Link copied to clipboard
Link copied to clipboard
@CheckReturnValue
fun toJson(@Nullable value: TranscriptionSettingsResponse.ClosedCaptionMode?): String?
fun toJson(sink: BufferedSink?, @Nullable value: TranscriptionSettingsResponse.ClosedCaptionMode?)
open override fun toJson(writer: JsonWriter, value: TranscriptionSettingsResponse.ClosedCaptionMode?)
Link copied to clipboard
@CheckReturnValue
@Nullable
fun toJsonValue(@Nullable value: TranscriptionSettingsResponse.ClosedCaptionMode?): Any?