public static enum RbacQuotas.RbacQuota extends Enum<RbacQuotas.RbacQuota>
| Enum Constant and Description |
|---|
CLOUD_CLUSTER |
CONFLUENT |
FLINK |
NONE |
ORG_ENV |
SCHEMA_REGISTRY |
| Modifier and Type | Method and Description |
|---|---|
static RbacQuotas.RbacQuota |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RbacQuotas.RbacQuota[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RbacQuotas.RbacQuota ORG_ENV
public static final RbacQuotas.RbacQuota CLOUD_CLUSTER
public static final RbacQuotas.RbacQuota SCHEMA_REGISTRY
public static final RbacQuotas.RbacQuota FLINK
public static final RbacQuotas.RbacQuota NONE
public static final RbacQuotas.RbacQuota CONFLUENT
public static RbacQuotas.RbacQuota[] values()
for (RbacQuotas.RbacQuota c : RbacQuotas.RbacQuota.values()) System.out.println(c);
public static RbacQuotas.RbacQuota 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 null