Class ImportServicesProperties

java.lang.Object
com.broadleafcommerce.dataimport.service.autoconfigure.ImportServicesProperties

@ConfigurationProperties("broadleaf.import.service") public class ImportServicesProperties extends Object
  • Constructor Details

    • ImportServicesProperties

      public ImportServicesProperties()
  • Method Details

    • getOfferServicesVersion

      public String getOfferServicesVersion()
      The offer version enabled for external service calls with ImportServices. This is useful for maintaining backwards compatibility. If using the latest version, this property does not have to be supplied.
    • setOfferServicesVersion

      public void setOfferServicesVersion(String offerServicesVersion)
      The offer version enabled for external service calls with ImportServices. This is useful for maintaining backwards compatibility. If using the latest version, this property does not have to be supplied.