Uses of Enum
io.apicurio.registry.rest.v1.beans.IfExistsType
Packages that use IfExistsType
-
Uses of IfExistsType in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 with parameters of type IfExistsTypeModifier and TypeMethodDescriptionArtifactsResource.createArtifact(String xRegistryArtifactType, String xRegistryArtifactId, IfExistsType ifExists, Boolean canonical, InputStream data) Creates a new artifact by posting the artifact content. -
Uses of IfExistsType in io.apicurio.registry.rest.v1.beans
Methods in io.apicurio.registry.rest.v1.beans that return IfExistsTypeModifier and TypeMethodDescriptionstatic IfExistsTypestatic IfExistsTypeReturns 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.