Uses of Class
io.apicurio.registry.rest.v1.beans.IfExistsType
-
Packages that use IfExistsType Package Description io.apicurio.registry.rest.v1 io.apicurio.registry.rest.v1.beans -
-
Uses of IfExistsType in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 with parameters of type IfExistsType Modifier and Type Method Description ArtifactMetaData
ArtifactsResource. createArtifact(ArtifactType xRegistryArtifactType, String xRegistryArtifactId, IfExistsType ifExists, Boolean canonical, InputStream data)
Creates a new artifact by posting the artifact content. -
Uses of IfExistsType in io.apicurio.registry.rest.v1.beans
Methods in io.apicurio.registry.rest.v1.beans that return IfExistsType Modifier and Type Method Description static IfExistsType
IfExistsType. fromValue(String value)
static IfExistsType
IfExistsType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IfExistsType[]
IfExistsType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-