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.IfArtifactExistsvoidsetAnalyzeDirectory(Boolean analyzeDirectory) voidsetArtifactId(String artifactId) voidsetArtifactType(String artifactType) voidsetAutoRefs(Boolean autoRefs) voidsetCanonicalize(Boolean canonicalize) voidsetContentType(String contentType) voidsetExistingReferences(List<ExistingReference> existingReferences) voidvoidsetGroupId(String groupId) voidsetIfExists(io.apicurio.registry.rest.v3.beans.IfArtifactExists ifExists) voidvoidsetReferences(List<RegisterArtifactReference> references) voidsetVersion(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
-