Class BarcodeJsonExtensionsKt
-
- All Implemented Interfaces:
public final class BarcodeJsonExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static BarcodeFormattoSdk(JsonBarcodeFormat $self)Converts JSON-compatible object to SDK object. final static EngineModetoSdk(JsonEngineMode $self)Converts JSON-compatible object to SDK object. final static BarcodeDocumentFormattoSdk(JsonBarcodeDocumentFormat $self)Converts JSON-compatible object to SDK object. final static MSIPlesseyChecksumAlgorithmtoSdk(JsonMSIPlesseyChecksumAlgorithm $self)Converts JSON-compatible object to SDK object. final static Gs1HandlingtoSdk(JsonGs1HandlingMode $self)Converts JSON-compatible object to SDK object. final static AustraliaPostCustomerFormattoSdk(JsonAustraliaPostCustomerFormat $self)final static BarcodeImageGenerationTypetoSdk(JsonBarcodeImageGenerationType $self)Converts json compatible object to sdk object. final static BarcodeOverlayTextFormattoSdk(JsonBarcodeOverlayTextFormat $self)Converts JSON-compatible object to SDK object final static BarcodeConfirmationDialogConfigurationtoSdk(JsonConfirmationDialogConfiguration $self)Converts JSON-compatible object to SDK object final static SelectionOverlayConfigurationtoSdk(JsonSelectionOverlayConfiguration $self)Converts JSON-compatible object to SDK object final static JsonBarcodeFormattoJson(BarcodeFormat $self)Converts SDK object to JSON-compatible object. final static JsonEngineModetoJson(EngineMode $self)Converts SDK object to JSON-compatible object. final static JsonBarcodeDocumentFormattoJson(BarcodeDocumentFormat $self)Converts SDK object to JSON-compatible object. final static JsonAustraliaPostCustomerFormattoJson(AustraliaPostCustomerFormat $self)final static JsonMSIPlesseyChecksumAlgorithmtoJson(MSIPlesseyChecksumAlgorithm $self)Converts SDK object to JSON-compatible object. final static JsonGs1HandlingModetoJson(Gs1Handling $self)Converts SDK object to JSON-compatible object. final static JsonBarcodeImageGenerationTypetoJson(BarcodeImageGenerationType $self)Converts SDK object to JSON-compatible object. final static JsonBarcodeOverlayTextFormattoJson(BarcodeOverlayTextFormat $self)Converts SDK object to JSON-compatible object. final static JsonConfirmationDialogConfigurationtoJson(BarcodeConfirmationDialogConfiguration $self)Converts SDK object to JSON-compatible object. final static JsonSelectionOverlayConfigurationtoJson(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.
-
-
-
-