Package | Description |
---|---|
io.apicurio.registry.rest | |
io.apicurio.registry.rest.beans |
Modifier and Type | Method and Description |
---|---|
CompletionStage<ArtifactMetaData> |
ArtifactsResource.createArtifact(ArtifactType xRegistryArtifactType,
String xRegistryArtifactId,
IfExistsType ifExists,
InputStream data)
Creates a new artifact by posting the artifact content.
|
Modifier and Type | Method and 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.
|
Copyright © 2020 Red Hat. All rights reserved.