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