public enum ShopifySubscriptionVersionItemPriceStrategy extends Enum<ShopifySubscriptionVersionItemPriceStrategy>
| Enum Constant and Description |
|---|
INITIALLY_CALCULATED |
RECALCULATE |
| Modifier and Type | Method and Description |
|---|---|
static ShopifySubscriptionVersionItemPriceStrategy |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ShopifySubscriptionVersionItemPriceStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShopifySubscriptionVersionItemPriceStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShopifySubscriptionVersionItemPriceStrategy INITIALLY_CALCULATED
public static final ShopifySubscriptionVersionItemPriceStrategy RECALCULATE
public static ShopifySubscriptionVersionItemPriceStrategy[] values()
for (ShopifySubscriptionVersionItemPriceStrategy c : ShopifySubscriptionVersionItemPriceStrategy.values()) System.out.println(c);
public static ShopifySubscriptionVersionItemPriceStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<ShopifySubscriptionVersionItemPriceStrategy>public static ShopifySubscriptionVersionItemPriceStrategy fromValue(String text)
Copyright © 2022. All rights reserved.