Uses of Class
io.apicurio.registry.ibmcompat.model.SchemaState
-
Packages that use SchemaState Package Description io.apicurio.registry.ibmcompat.model -
-
Uses of SchemaState in io.apicurio.registry.ibmcompat.model
Methods in io.apicurio.registry.ibmcompat.model that return SchemaState Modifier and Type Method Description SchemaState
NewSchema. getState()
@NotNull SchemaState
SchemaSummary. getState()
@NotNull SchemaState
SchemaVersion. getState()
The active/deprecated state@NotNull SchemaState
StateModification. getValue()
SchemaState
NewSchemaVersion. getVersionstate()
Methods in io.apicurio.registry.ibmcompat.model with parameters of type SchemaState Modifier and Type Method Description void
NewSchema. setState(SchemaState state)
void
SchemaSummary. setState(SchemaState state)
void
SchemaVersion. setState(SchemaState state)
void
StateModification. setValue(SchemaState value)
void
NewSchemaVersion. setVersionstate(SchemaState versionstate)
-