Class BarcodeJsonExtensionsKt
-
- All Implemented Interfaces:
public final class BarcodeJsonExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static BarcodeFormat
toSdk(JsonBarcodeFormat $self)
Converts JSON-compatible object to SDK object. final static EngineMode
toSdk(JsonEngineMode $self)
Converts JSON-compatible object to SDK object. final static BarcodeDocumentFormat
toSdk(JsonBarcodeDocumentFormat $self)
Converts JSON-compatible object to SDK object. final static MSIPlesseyChecksumAlgorithm
toSdk(JsonMSIPlesseyChecksumAlgorithm $self)
Converts JSON-compatible object to SDK object. final static Gs1Handling
toSdk(JsonGs1HandlingMode $self)
Converts JSON-compatible object to SDK object. final static AustraliaPostCustomerFormat
toSdk(JsonAustraliaPostCustomerFormat $self)
final static BarcodeImageGenerationType
toSdk(JsonBarcodeImageGenerationType $self)
Converts json compatible object to sdk object. final static BarcodeOverlayTextFormat
toSdk(JsonBarcodeOverlayTextFormat $self)
Converts JSON-compatible object to SDK object final static BarcodeConfirmationDialogConfiguration
toSdk(JsonConfirmationDialogConfiguration $self)
Converts JSON-compatible object to SDK object final static SelectionOverlayConfiguration
toSdk(JsonSelectionOverlayConfiguration $self)
Converts JSON-compatible object to SDK object final static JsonBarcodeFormat
toJson(BarcodeFormat $self)
Converts SDK object to JSON-compatible object. final static JsonEngineMode
toJson(EngineMode $self)
Converts SDK object to JSON-compatible object. final static JsonBarcodeDocumentFormat
toJson(BarcodeDocumentFormat $self)
Converts SDK object to JSON-compatible object. final static JsonAustraliaPostCustomerFormat
toJson(AustraliaPostCustomerFormat $self)
final static JsonMSIPlesseyChecksumAlgorithm
toJson(MSIPlesseyChecksumAlgorithm $self)
Converts SDK object to JSON-compatible object. final static JsonGs1HandlingMode
toJson(Gs1Handling $self)
Converts SDK object to JSON-compatible object. final static JsonBarcodeImageGenerationType
toJson(BarcodeImageGenerationType $self)
Converts SDK object to JSON-compatible object. final static JsonBarcodeOverlayTextFormat
toJson(BarcodeOverlayTextFormat $self)
Converts SDK object to JSON-compatible object. final static JsonConfirmationDialogConfiguration
toJson(BarcodeConfirmationDialogConfiguration $self)
Converts SDK object to JSON-compatible object. final static JsonSelectionOverlayConfiguration
toJson(SelectionOverlayConfiguration $self)
Converts SDK object to JSON-compatible object. -
-
Method Detail
-
toSdk
final static BarcodeFormat toSdk(JsonBarcodeFormat $self)
Converts JSON-compatible object to SDK object.
-
toSdk
final static EngineMode toSdk(JsonEngineMode $self)
Converts JSON-compatible object to SDK object.
-
toSdk
final static BarcodeDocumentFormat toSdk(JsonBarcodeDocumentFormat $self)
Converts JSON-compatible object to SDK object.
-
toSdk
final static MSIPlesseyChecksumAlgorithm toSdk(JsonMSIPlesseyChecksumAlgorithm $self)
Converts JSON-compatible object to SDK object.
-
toSdk
final static Gs1Handling toSdk(JsonGs1HandlingMode $self)
Converts JSON-compatible object to SDK object.
-
toSdk
final static AustraliaPostCustomerFormat toSdk(JsonAustraliaPostCustomerFormat $self)
-
toSdk
final static BarcodeImageGenerationType toSdk(JsonBarcodeImageGenerationType $self)
Converts json compatible object to sdk object.
-
toSdk
final static BarcodeOverlayTextFormat toSdk(JsonBarcodeOverlayTextFormat $self)
Converts JSON-compatible object to SDK object
-
toSdk
final static BarcodeConfirmationDialogConfiguration toSdk(JsonConfirmationDialogConfiguration $self)
Converts JSON-compatible object to SDK object
-
toSdk
final static SelectionOverlayConfiguration toSdk(JsonSelectionOverlayConfiguration $self)
Converts JSON-compatible object to SDK object
-
toJson
final static JsonBarcodeFormat toJson(BarcodeFormat $self)
Converts SDK object to JSON-compatible object.
-
toJson
final static JsonEngineMode toJson(EngineMode $self)
Converts SDK object to JSON-compatible object.
-
toJson
final static JsonBarcodeDocumentFormat toJson(BarcodeDocumentFormat $self)
Converts SDK object to JSON-compatible object.
-
toJson
final static JsonAustraliaPostCustomerFormat toJson(AustraliaPostCustomerFormat $self)
-
toJson
final static JsonMSIPlesseyChecksumAlgorithm toJson(MSIPlesseyChecksumAlgorithm $self)
Converts SDK object to JSON-compatible object.
-
toJson
final static JsonGs1HandlingMode toJson(Gs1Handling $self)
Converts SDK object to JSON-compatible object.
-
toJson
final static JsonBarcodeImageGenerationType toJson(BarcodeImageGenerationType $self)
Converts SDK object to JSON-compatible object.
-
toJson
final static JsonBarcodeOverlayTextFormat toJson(BarcodeOverlayTextFormat $self)
Converts SDK object to JSON-compatible object.
-
toJson
final static JsonConfirmationDialogConfiguration toJson(BarcodeConfirmationDialogConfiguration $self)
Converts SDK object to JSON-compatible object.
-
toJson
final static JsonSelectionOverlayConfiguration toJson(SelectionOverlayConfiguration $self)
Converts SDK object to JSON-compatible object.
-
-
-
-