Class DocumentDataJsonExtensionsKt
-
- All Implemented Interfaces:
public final class DocumentDataJsonExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static RootDocumentTypetoSdk(JsonGenericDocumentType $self)Converts JSON-compatible object to SDK object final static FieldProperties.DisplayStatetoSdk(JsonFieldDisplayState $self)Converts JSON-compatible object to SDK object final static JsonGenericDocumentTypetoJson(RootDocumentType $self)Converts SDK object to JSON-compatible object final static JsonFieldDisplayStatetoJson(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
-
-
-
-