Class ExternalFulfillmentProviderProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.ExternalFulfillmentProviderProperties
@ConfigurationProperties("broadleaf.cartoperation.fulfillmentprovider")
public class ExternalFulfillmentProviderProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPath that will be appended to the URL to interact withFulfillmentPricingConfig
.Path that will be appended to the URL to interact withPricedFulfillmentOptions
.The service client to use when interacting with Fulfillment Services.getUrl()
The base url for Fulfillment Services.void
setConfigUri
(String configUri) Path that will be appended to the URL to interact withFulfillmentPricingConfig
.void
setOptionsUri
(String optionsUri) Path that will be appended to the URL to interact withPricedFulfillmentOptions
.void
setServiceClient
(String serviceClient) The service client to use when interacting with Fulfillment Services.void
The base url for Fulfillment Services.
-
Constructor Details
-
ExternalFulfillmentProviderProperties
public ExternalFulfillmentProviderProperties()
-
-
Method Details
-
getUrl
The base url for Fulfillment Services. -
getOptionsUri
Path that will be appended to the URL to interact withPricedFulfillmentOptions
. -
getConfigUri
Path that will be appended to the URL to interact withFulfillmentPricingConfig
. -
getServiceClient
The service client to use when interacting with Fulfillment Services. Default is "cartopsclient" -
setUrl
The base url for Fulfillment Services. -
setOptionsUri
Path that will be appended to the URL to interact withPricedFulfillmentOptions
. -
setConfigUri
Path that will be appended to the URL to interact withFulfillmentPricingConfig
. -
setServiceClient
The service client to use when interacting with Fulfillment Services. Default is "cartopsclient"
-