public static enum RestoreToNewInstanceRequest.ChargeTypeEnum extends Enum<RestoreToNewInstanceRequest.ChargeTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
RestoreToNewInstanceRequest.ChargeTypeEnum.Adapter |
| Enum Constant and Description |
|---|
NOTENABLED |
POSTPAID |
PREPAID |
| Modifier and Type | Method and Description |
|---|---|
static RestoreToNewInstanceRequest.ChargeTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static RestoreToNewInstanceRequest.ChargeTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestoreToNewInstanceRequest.ChargeTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="NotEnabled") public static final RestoreToNewInstanceRequest.ChargeTypeEnum NOTENABLED
@SerializedName(value="PostPaid") public static final RestoreToNewInstanceRequest.ChargeTypeEnum POSTPAID
@SerializedName(value="Prepaid") public static final RestoreToNewInstanceRequest.ChargeTypeEnum PREPAID
public static RestoreToNewInstanceRequest.ChargeTypeEnum[] values()
for (RestoreToNewInstanceRequest.ChargeTypeEnum c : RestoreToNewInstanceRequest.ChargeTypeEnum.values()) System.out.println(c);
public static RestoreToNewInstanceRequest.ChargeTypeEnum 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<RestoreToNewInstanceRequest.ChargeTypeEnum>public static RestoreToNewInstanceRequest.ChargeTypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.