Uses of Class
io.apicurio.registry.ibmcompat.model.SchemaState.StateEnum
-
Packages that use SchemaState.StateEnum Package Description io.apicurio.registry.ibmcompat.model -
-
Uses of SchemaState.StateEnum in io.apicurio.registry.ibmcompat.model
Methods in io.apicurio.registry.ibmcompat.model that return SchemaState.StateEnum Modifier and Type Method Description @NotNull SchemaState.StateEnum
SchemaState. getState()
If the schema state is 'deprecated', all the schema version states are 'deprecated'.static SchemaState.StateEnum
SchemaState.StateEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaState.StateEnum[]
SchemaState.StateEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apicurio.registry.ibmcompat.model with parameters of type SchemaState.StateEnum Modifier and Type Method Description void
SchemaState. setState(SchemaState.StateEnum state)
-