Uses of Class
io.apicurio.registry.ibmcompat.model.SchemaModificationPatch.OpEnum
-
Packages that use SchemaModificationPatch.OpEnum Package Description io.apicurio.registry.ibmcompat.model -
-
Uses of SchemaModificationPatch.OpEnum in io.apicurio.registry.ibmcompat.model
Methods in io.apicurio.registry.ibmcompat.model that return SchemaModificationPatch.OpEnum Modifier and Type Method Description @NotNull SchemaModificationPatch.OpEnumSchemaModificationPatch. getOp()static SchemaModificationPatch.OpEnumSchemaModificationPatch.OpEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaModificationPatch.OpEnum[]SchemaModificationPatch.OpEnum. 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 SchemaModificationPatch.OpEnum Modifier and Type Method Description voidSchemaModificationPatch. setOp(SchemaModificationPatch.OpEnum op)
-