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