Uses of Enum Class
io.apicurio.registry.rest.v3.beans.IfArtifactExists
Packages that use IfArtifactExists
-
Uses of IfArtifactExists in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type IfArtifactExistsModifier and TypeMethodDescriptionGroupsResource.createArtifact(@Pattern(regexp="^.{1,512}$") String groupId, IfArtifactExists ifExists, Boolean canonical, Boolean dryRun, @NotNull CreateArtifact data) Creates a new artifact. -
Uses of IfArtifactExists in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return IfArtifactExistsModifier and TypeMethodDescriptionstatic IfArtifactExistsstatic IfArtifactExistsReturns the enum constant of this class with the specified name.static IfArtifactExists[]IfArtifactExists.values()Returns an array containing the constants of this enum class, in the order they are declared.