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 ArtifactMetaDataGroupsResource. createArtifact(String groupId, String xRegistryArtifactType, String xRegistryArtifactId, String xRegistryVersion, IfExists ifExists, Boolean canonical, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryName, String xRegistryNameEncoded, String xRegistryContentHash, String xRegistryHashAlgorithm, ArtifactContent data)Creates a new artifact by posting the artifact content.ArtifactMetaDataGroupsResource. createArtifact(String groupId, String xRegistryArtifactType, String xRegistryArtifactId, String xRegistryVersion, IfExists ifExists, Boolean canonical, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryName, String xRegistryNameEncoded, String xRegistryContentHash, String xRegistryHashAlgorithm, 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 IfExistsIfExists. fromValue(String value)static IfExistsIfExists. 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.
-