Package io.apicurio.registry.maven
Class RegisterArtifact
java.lang.Object
io.apicurio.registry.maven.RegisterArtifact
- Direct Known Subclasses:
RegisterArtifactReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()
io.apicurio.registry.rest.v3.beans.IfArtifactExists
void
setAnalyzeDirectory
(Boolean analyzeDirectory) void
setArtifactId
(String artifactId) void
setArtifactType
(String artifactType) void
setAutoRefs
(Boolean autoRefs) void
setCanonicalize
(Boolean canonicalize) void
setContentType
(String contentType) void
setExistingReferences
(List<ExistingReference> existingReferences) void
void
setGroupId
(String groupId) void
setIfExists
(io.apicurio.registry.rest.v3.beans.IfArtifactExists ifExists) void
void
setReferences
(List<RegisterArtifactReference> references) void
setVersion
(String version)
-
Constructor Details
-
RegisterArtifact
public RegisterArtifact()Constructor.
-
-
Method Details
-
getGroupId
- Returns:
- the groupId
-
setGroupId
- Parameters:
groupId
- the groupId to set
-
getArtifactId
- Returns:
- the artifactId
-
setArtifactId
- Parameters:
artifactId
- the artifactId to set
-
getFile
- Returns:
- the file
-
setFile
- Parameters:
file
- the file to set
-
getIfExists
public io.apicurio.registry.rest.v3.beans.IfArtifactExists getIfExists()- Returns:
- the ifExists
-
setIfExists
public void setIfExists(io.apicurio.registry.rest.v3.beans.IfArtifactExists ifExists) - Parameters:
ifExists
- the ifExists to set
-
getCanonicalize
- Returns:
- the canonicalize
-
setCanonicalize
- Parameters:
canonicalize
- the canonicalize to set
-
getMinify
- Returns:
- the minify
-
setMinify
- Parameters:
minify
- the minify to set
-
getArtifactType
- Returns:
- the artifactType
-
setArtifactType
- Parameters:
artifactType
- the artifact type to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version
- the version to set
-
getContentType
- Returns:
- the content type
-
setContentType
- Parameters:
contentType
- the contentType to set
-
getReferences
- Returns:
- the referenced artifacts
-
setReferences
- Parameters:
references
- the references to set
-
getAnalyzeDirectory
-
setAnalyzeDirectory
-
getAutoRefs
-
setAutoRefs
-
getExistingReferences
-
setExistingReferences
-