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