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