public enum BaseRateActionErrorReason extends Enum<BaseRateActionErrorReason>
Java class for BaseRateActionError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="BaseRateActionError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="PRODUCT_BASE_RATE_EXISTS"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
PRODUCT_BASE_RATE_EXISTS
Cannot delete a base rate on a product template if its products still have base rates
on this rate card.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseRateActionErrorReason |
fromValue(String v) |
String |
value() |
static BaseRateActionErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseRateActionErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseRateActionErrorReason PRODUCT_BASE_RATE_EXISTS
public static final BaseRateActionErrorReason UNKNOWN
public static BaseRateActionErrorReason[] values()
for (BaseRateActionErrorReason c : BaseRateActionErrorReason.values()) System.out.println(c);
public static BaseRateActionErrorReason 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 value()
public static BaseRateActionErrorReason fromValue(String v)
Copyright © 2018. All Rights Reserved.