public class SubscriptionPatchApplicationContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionPatchApplicationContext.Builder
Class to build instances of
SubscriptionPatchApplicationContext. |
| Constructor and Description |
|---|
SubscriptionPatchApplicationContext()
Default constructor.
|
SubscriptionPatchApplicationContext(String returnUrl,
String cancelUrl,
String brandName,
String locale,
ExperienceContextShippingPreference shippingPreference,
PaymentMethod paymentMethod)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBrandName()
Getter for BrandName.
|
String |
getCancelUrl()
Getter for CancelUrl.
|
String |
getLocale()
Getter for Locale.
|
PaymentMethod |
getPaymentMethod()
Getter for PaymentMethod.
|
String |
getReturnUrl()
Getter for ReturnUrl.
|
ExperienceContextShippingPreference |
getShippingPreference()
Getter for ShippingPreference.
|
void |
setBrandName(String brandName)
Setter for BrandName.
|
void |
setCancelUrl(String cancelUrl)
Setter for CancelUrl.
|
void |
setLocale(String locale)
Setter for Locale.
|
void |
setPaymentMethod(PaymentMethod paymentMethod)
Setter for PaymentMethod.
|
void |
setReturnUrl(String returnUrl)
Setter for ReturnUrl.
|
void |
setShippingPreference(ExperienceContextShippingPreference shippingPreference)
Setter for ShippingPreference.
|
SubscriptionPatchApplicationContext.Builder |
toBuilder()
Builds a new
SubscriptionPatchApplicationContext.Builder object. |
String |
toString()
Converts this SubscriptionPatchApplicationContext into string format.
|
public SubscriptionPatchApplicationContext()
public SubscriptionPatchApplicationContext(String returnUrl, String cancelUrl, String brandName, String locale, ExperienceContextShippingPreference shippingPreference, PaymentMethod paymentMethod)
returnUrl - String value for returnUrl.cancelUrl - String value for cancelUrl.brandName - String value for brandName.locale - String value for locale.shippingPreference - ExperienceContextShippingPreference value for shippingPreference.paymentMethod - PaymentMethod value for paymentMethod.public String getBrandName()
public void setBrandName(String brandName)
brandName - Value for Stringpublic String getLocale()
public void setLocale(String locale)
locale - Value for Stringpublic ExperienceContextShippingPreference getShippingPreference()
public void setShippingPreference(ExperienceContextShippingPreference shippingPreference)
shippingPreference - Value for ExperienceContextShippingPreferencepublic PaymentMethod getPaymentMethod()
public void setPaymentMethod(PaymentMethod paymentMethod)
paymentMethod - Value for PaymentMethodpublic String getReturnUrl()
public void setReturnUrl(String returnUrl)
returnUrl - Value for Stringpublic String getCancelUrl()
public void setCancelUrl(String cancelUrl)
cancelUrl - Value for Stringpublic String toString()
public SubscriptionPatchApplicationContext.Builder toBuilder()
SubscriptionPatchApplicationContext.Builder object.
Creates the instance with the state of the current model.SubscriptionPatchApplicationContext.Builder objectCopyright © 2026. All rights reserved.