public static enum ExternalTopUpUpdateRequest.FirstUsageValidityUnit extends java.lang.Enum<ExternalTopUpUpdateRequest.FirstUsageValidityUnit>
Enum Constant and Description |
---|
ABSOLUTE |
ACC_CYCLE |
BILL_CYCLE |
DAYS |
HOURS |
INFINITE |
MINUTES |
MONTHS |
SECONDS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType() |
static ExternalTopUpUpdateRequest.FirstUsageValidityUnit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalTopUpUpdateRequest.FirstUsageValidityUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalTopUpUpdateRequest.FirstUsageValidityUnit SECONDS
public static final ExternalTopUpUpdateRequest.FirstUsageValidityUnit MINUTES
public static final ExternalTopUpUpdateRequest.FirstUsageValidityUnit HOURS
public static final ExternalTopUpUpdateRequest.FirstUsageValidityUnit DAYS
public static final ExternalTopUpUpdateRequest.FirstUsageValidityUnit MONTHS
public static final ExternalTopUpUpdateRequest.FirstUsageValidityUnit ACC_CYCLE
public static final ExternalTopUpUpdateRequest.FirstUsageValidityUnit BILL_CYCLE
public static final ExternalTopUpUpdateRequest.FirstUsageValidityUnit ABSOLUTE
public static final ExternalTopUpUpdateRequest.FirstUsageValidityUnit INFINITE
public static ExternalTopUpUpdateRequest.FirstUsageValidityUnit[] values()
for (ExternalTopUpUpdateRequest.FirstUsageValidityUnit c : ExternalTopUpUpdateRequest.FirstUsageValidityUnit.values()) System.out.println(c);
public static ExternalTopUpUpdateRequest.FirstUsageValidityUnit 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 nullpublic java.lang.String getType()