Class ScanViewInitializationParameters

  • All Implemented Interfaces:

    
    public class ScanViewInitializationParameters
    
                        

    ScanView Initialization Parameters

    Schema for ScanView JSON initialization parameters

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getCorrelationId() An optional uuid (v4) to correlate scans and data points within a workflow.
      void setCorrelationId(String correlationId) An optional uuid (v4) to correlate scans and data points within a workflow.
      Demo getDemo() Data contained within the QR code that's required to unlock scanning with the Showcase Apps.
      void setDemo(Demo demo) Data contained within the QR code that's required to unlock scanning with the Showcase Apps.
      String toString()
      int hashCode()
      boolean equals(Object other)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScanViewInitializationParameters

        ScanViewInitializationParameters()
    • Method Detail

      • getCorrelationId

         String getCorrelationId()

        An optional uuid (v4) to correlate scans and data points within a workflow.

      • setCorrelationId

         void setCorrelationId(String correlationId)

        An optional uuid (v4) to correlate scans and data points within a workflow.

      • getDemo

         Demo getDemo()

        Data contained within the QR code that's required to unlock scanning with the Showcase Apps.

      • setDemo

         void setDemo(Demo demo)

        Data contained within the QR code that's required to unlock scanning with the Showcase Apps.