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