public class ShopifySubscriptionProductUpdate extends AbstractShopifySubscriptionProductUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
absolutePriceAdjustment, billingDayOfMonth, billingIntervalAmount, billingIntervalUnit, billingWeekday, fixedPrice, maximalBillingCycles, maximalSuspendableCycles, minimalBillingCycles, pricingOption, relativePriceAdjustment, storeOrderConfirmationEmailEnabled, subscriberSuspensionAllowed, terminationBillingCycles| Constructor and Description |
|---|
ShopifySubscriptionProductUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
ShopifySubscriptionProductUpdate |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
ShopifySubscriptionProductUpdate |
version(Long version) |
absolutePriceAdjustment, billingDayOfMonth, billingIntervalAmount, billingIntervalUnit, billingWeekday, fixedPrice, getAbsolutePriceAdjustment, getBillingDayOfMonth, getBillingIntervalAmount, getBillingIntervalUnit, getBillingWeekday, getFixedPrice, getMaximalBillingCycles, getMaximalSuspendableCycles, getMinimalBillingCycles, getPricingOption, getRelativePriceAdjustment, getTerminationBillingCycles, isStoreOrderConfirmationEmailEnabled, isSubscriberSuspensionAllowed, maximalBillingCycles, maximalSuspendableCycles, minimalBillingCycles, pricingOption, relativePriceAdjustment, setAbsolutePriceAdjustment, setBillingDayOfMonth, setBillingIntervalAmount, setBillingIntervalUnit, setBillingWeekday, setFixedPrice, setMaximalBillingCycles, setMaximalSuspendableCycles, setMinimalBillingCycles, setPricingOption, setRelativePriceAdjustment, setStoreOrderConfirmationEmailEnabled, setSubscriberSuspensionAllowed, setTerminationBillingCycles, storeOrderConfirmationEmailEnabled, subscriberSuspensionAllowed, terminationBillingCyclespublic ShopifySubscriptionProductUpdate id(Long id)
public Long getId()
public void setId(Long id)
public ShopifySubscriptionProductUpdate version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractShopifySubscriptionProductUpdatepublic int hashCode()
hashCode in class AbstractShopifySubscriptionProductUpdatepublic String toString()
toString in class AbstractShopifySubscriptionProductUpdateCopyright © 2023. All rights reserved.