Class ImportServicesProperties
java.lang.Object
com.broadleafcommerce.dataimport.service.autoconfigure.ImportServicesProperties
@ConfigurationProperties("broadleaf.import.service")
public class ImportServicesProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe offer version enabled for external service calls with ImportServices.void
setOfferServicesVersion
(String offerServicesVersion) The offer version enabled for external service calls with ImportServices.
-
Constructor Details
-
ImportServicesProperties
public ImportServicesProperties()
-
-
Method Details
-
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
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.
-