Class UiQrCodeScanner.StartScanningCommand

java.lang.Object
org.teamapps.dto.UiQrCodeScanner.StartScanningCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiQrCodeScanner

public static class UiQrCodeScanner.StartScanningCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • stopScanningAtFirstResult

      protected boolean stopScanningAtFirstResult
  • Constructor Details

    • StartScanningCommand

      @Deprecated public StartScanningCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • StartScanningCommand

      public StartScanningCommand(String componentId, boolean stopScanningAtFirstResult)
  • Method Details