public static class ArtifactMetadataModel.KeyBuilder extends Object
Modifier and Type | Field and Description |
---|---|
private String |
id |
private String |
namespaceId |
private String |
project |
private String |
projectVersion |
private String |
repositoryId |
Constructor and Description |
---|
KeyBuilder() |
Modifier and Type | Method and Description |
---|---|
String |
build() |
ArtifactMetadataModel.KeyBuilder |
withId(String id) |
ArtifactMetadataModel.KeyBuilder |
withNamespace(Namespace namespace) |
ArtifactMetadataModel.KeyBuilder |
withNamespace(String namespaceId) |
ArtifactMetadataModel.KeyBuilder |
withProject(String project) |
ArtifactMetadataModel.KeyBuilder |
withProjectVersion(String projectVersion) |
ArtifactMetadataModel.KeyBuilder |
withRepositoryId(String repositoryId) |
private String namespaceId
private String repositoryId
private String projectVersion
public KeyBuilder()
public ArtifactMetadataModel.KeyBuilder withId(String id)
public ArtifactMetadataModel.KeyBuilder withNamespace(Namespace namespace)
public ArtifactMetadataModel.KeyBuilder withNamespace(String namespaceId)
public ArtifactMetadataModel.KeyBuilder withProject(String project)
public ArtifactMetadataModel.KeyBuilder withProjectVersion(String projectVersion)
public ArtifactMetadataModel.KeyBuilder withRepositoryId(String repositoryId)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.