Class StateModification
- java.lang.Object
-
- io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
-
- io.apicurio.registry.ibmcompat.model.StateModification
-
@Generated("org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class StateModification extends SchemaModificationPatch
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.apicurio.registry.ibmcompat.model.SchemaModificationPatch
SchemaModificationPatch.OpEnum, SchemaModificationPatch.PathEnum
-
-
Constructor Summary
Constructors Constructor Description StateModification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull SchemaState
getValue()
void
setValue(SchemaState value)
-
-
-
Method Detail
-
getValue
@NotNull public @NotNull SchemaState getValue()
- Specified by:
getValue
in classSchemaModificationPatch
-
setValue
public void setValue(SchemaState value)
-
-