public enum SchemaRegistryKeyType extends Enum<SchemaRegistryKeyType>
| Enum Constant and Description |
|---|
CLEAR_SUBJECT |
CONFIG |
CONTEXT |
DELETE_SUBJECT |
MODE |
NOOP |
SCHEMA |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRegistryKeyType |
forName(String keyType) |
static SchemaRegistryKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaRegistryKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaRegistryKeyType CONFIG
public static final SchemaRegistryKeyType SCHEMA
public static final SchemaRegistryKeyType MODE
public static final SchemaRegistryKeyType NOOP
public static final SchemaRegistryKeyType DELETE_SUBJECT
public static final SchemaRegistryKeyType CLEAR_SUBJECT
public static final SchemaRegistryKeyType CONTEXT
public final String keyType
public static SchemaRegistryKeyType[] values()
for (SchemaRegistryKeyType c : SchemaRegistryKeyType.values()) System.out.println(c);
public static SchemaRegistryKeyType 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 static SchemaRegistryKeyType forName(String keyType)
Copyright © 2026 Confluent, Inc.. All rights reserved.