Package org.openapitools.client.models
Class VideoSettingsResponse.CameraFacing.CameraFacingAdapter
-
- All Implemented Interfaces:
public final class VideoSettingsResponse.CameraFacing.CameraFacingAdapter extends JsonAdapter<VideoSettingsResponse.CameraFacing>
-
-
Constructor Summary
Constructors Constructor Description VideoSettingsResponse.CameraFacing.CameraFacingAdapter()
-
Method Summary
Modifier and Type Method Description VideoSettingsResponse.CameraFacingfromJson(JsonReader reader)UnittoJson(JsonWriter writer, VideoSettingsResponse.CameraFacing value)-
Methods inherited from class com.squareup.moshi.JsonAdapter
failOnUnknown, fromJson, fromJson, fromJsonValue, indent, lenient, nonNull, nullSafe, serializeNulls, toJson, toJson, toJsonValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
fromJson
VideoSettingsResponse.CameraFacing fromJson(JsonReader reader)
-
toJson
Unit toJson(JsonWriter writer, VideoSettingsResponse.CameraFacing value)
-
-
-
-