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