Class ExternalSubscriptionOpsProviderProperties
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.ExternalSubscriptionOpsProviderProperties
@ConfigurationProperties("broadleaf.cartoperation.subscriptionopsprovider")
public class ExternalSubscriptionOpsProviderProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe base uri path to the cancellation policy endpointThe base uri path to the cancellation policy endpointThe base uri path to the subscription endpointThe service client to use when calling pricing services.The base uri path to the subscription-operation endpoint.getUrl()The base url for an external service holding subscriptions.The path to read theUserSubscriptionSummaryvoidsetCancellationPolicyUri(String cancellationPolicyUri) The base uri path to the cancellation policy endpointvoidsetIdentifyCancellationPolicyUri(String identifyCancellationPolicyUri) The base uri path to the cancellation policy endpointvoidsetPriceSubscriptionsUri(String priceSubscriptionsUri) The base uri path to the subscription endpointvoidsetServiceClient(String serviceClient) The service client to use when calling pricing services.voidsetSubscriptionOpsUri(String subscriptionOpsUri) The base uri path to the subscription-operation endpoint.voidThe base url for an external service holding subscriptions.voidsetUserSubscriptionSummaryUri(String userSubscriptionSummaryUri) The path to read theUserSubscriptionSummary
-
Constructor Details
-
ExternalSubscriptionOpsProviderProperties
public ExternalSubscriptionOpsProviderProperties()
-
-
Method Details
-
getUrl
The base url for an external service holding subscriptions. -
getPriceSubscriptionsUri
The base uri path to the subscription endpoint -
getCancellationPolicyUri
The base uri path to the cancellation policy endpoint -
getIdentifyCancellationPolicyUri
The base uri path to the cancellation policy endpoint -
getSubscriptionOpsUri
The base uri path to the subscription-operation endpoint. -
getUserSubscriptionSummaryUri
The path to read theUserSubscriptionSummary -
getServiceClient
The service client to use when calling pricing services. Default is "cartopsclient". -
setUrl
The base url for an external service holding subscriptions. -
setPriceSubscriptionsUri
The base uri path to the subscription endpoint -
setCancellationPolicyUri
The base uri path to the cancellation policy endpoint -
setIdentifyCancellationPolicyUri
The base uri path to the cancellation policy endpoint -
setSubscriptionOpsUri
The base uri path to the subscription-operation endpoint. -
setUserSubscriptionSummaryUri
The path to read theUserSubscriptionSummary -
setServiceClient
The service client to use when calling pricing services. Default is "cartopsclient".
-