@Generated public enum ScopeBackendType extends Enum<ScopeBackendType>
| Enum Constant and Description |
|---|
AZURE_KEYVAULT |
DATABRICKS |
| Modifier and Type | Method and Description |
|---|---|
static ScopeBackendType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeBackendType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopeBackendType AZURE_KEYVAULT
public static final ScopeBackendType DATABRICKS
public static ScopeBackendType[] values()
for (ScopeBackendType c : ScopeBackendType.values()) System.out.println(c);
public static ScopeBackendType 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 nullCopyright © 2024. All rights reserved.