CameraFacingAdapter

Constructors

Link copied to clipboard
constructor()

Functions

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