Class OmidConfig


  • public class OmidConfig
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  OmidConfig.Builder  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAllowedVendors()
      Returns the list of allowed Vendors as set via the Builder
      java.lang.String getCustomReferenceData()
      Retrieve the Custom Reference Data set via the Builder
      boolean isOmidEnabled()
      Returns if OMID is enabled.
      • Methods inherited from class java.lang.Object

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

      • getCustomReferenceData

        @Nullable
        public java.lang.String getCustomReferenceData()
        Retrieve the Custom Reference Data set via the Builder
      • isOmidEnabled

        public boolean isOmidEnabled()
        Returns if OMID is enabled. Default value is true
      • getAllowedVendors

        @Nullable
        public java.util.List<java.lang.String> getAllowedVendors()
        Returns the list of allowed Vendors as set via the Builder