Class GenericDocumentJsonExtensionsKt
-
- All Implemented Interfaces:
public final class GenericDocumentJsonExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static RootDocumentType
toSdk(JsonGenericDocumentType $self)
Converts JSON-compatible object to SDK object final static FieldProperties.DisplayState
toSdk(JsonFieldDisplayState $self)
Converts JSON-compatible object to SDK object final static JsonGenericDocumentType
toJson(RootDocumentType $self)
Converts SDK object to JSON-compatible object final static JsonFieldDisplayState
toJson(FieldProperties.DisplayState $self)
Converts SDK object to JSON-compatible object -
-
Method Detail
-
toSdk
final static RootDocumentType toSdk(JsonGenericDocumentType $self)
Converts JSON-compatible object to SDK object
-
toSdk
final static FieldProperties.DisplayState toSdk(JsonFieldDisplayState $self)
Converts JSON-compatible object to SDK object
-
toJson
final static JsonGenericDocumentType toJson(RootDocumentType $self)
Converts SDK object to JSON-compatible object
-
toJson
final static JsonFieldDisplayState toJson(FieldProperties.DisplayState $self)
Converts SDK object to JSON-compatible object
-
-
-
-