public enum ShopifySubscriptionBillingIntervalUnit extends Enum<ShopifySubscriptionBillingIntervalUnit>
| Enum Constant and Description |
|---|
DAYS |
HOURS |
MINUTES |
MONTHS |
WEEKS |
YEARS |
| Modifier and Type | Method and Description |
|---|---|
static ShopifySubscriptionBillingIntervalUnit |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ShopifySubscriptionBillingIntervalUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShopifySubscriptionBillingIntervalUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShopifySubscriptionBillingIntervalUnit MINUTES
public static final ShopifySubscriptionBillingIntervalUnit HOURS
public static final ShopifySubscriptionBillingIntervalUnit DAYS
public static final ShopifySubscriptionBillingIntervalUnit WEEKS
public static final ShopifySubscriptionBillingIntervalUnit MONTHS
public static final ShopifySubscriptionBillingIntervalUnit YEARS
public static ShopifySubscriptionBillingIntervalUnit[] values()
for (ShopifySubscriptionBillingIntervalUnit c : ShopifySubscriptionBillingIntervalUnit.values()) System.out.println(c);
public static ShopifySubscriptionBillingIntervalUnit 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<ShopifySubscriptionBillingIntervalUnit>public static ShopifySubscriptionBillingIntervalUnit fromValue(String text)
Copyright © 2022. All rights reserved.