public static enum OfferingUpdateRequest.OfferingTemplate extends java.lang.Enum<OfferingUpdateRequest.OfferingTemplate>
Enum Constant and Description |
---|
ALTERATION_TEMPLATE |
CHARGE_TEMPLATE |
DISTRIBUTION_TEMPLATE |
Modifier and Type | Method and Description |
---|---|
static OfferingUpdateRequest.OfferingTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OfferingUpdateRequest.OfferingTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfferingUpdateRequest.OfferingTemplate CHARGE_TEMPLATE
public static final OfferingUpdateRequest.OfferingTemplate ALTERATION_TEMPLATE
public static final OfferingUpdateRequest.OfferingTemplate DISTRIBUTION_TEMPLATE
public static OfferingUpdateRequest.OfferingTemplate[] values()
for (OfferingUpdateRequest.OfferingTemplate c : OfferingUpdateRequest.OfferingTemplate.values()) System.out.println(c);
public static OfferingUpdateRequest.OfferingTemplate valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null