Uses of Enum
io.apicurio.registry.rest.v2.beans.IfExists
Packages that use IfExists
-
Uses of IfExists in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type IfExistsModifier and TypeMethodDescriptionGroupsResource.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.GroupsResource.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