Interface ArtifactSummary.Builder

  • Method Details

    • artifactId

      ArtifactSummary.Builder artifactId(String artifactId)

      The unique identifier of the artifact.

      Parameters:
      artifactId - The unique identifier of the artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileName

      ArtifactSummary.Builder fileName(String fileName)

      The file name of the artifact.

      Parameters:
      fileName - The file name of the artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactType

      ArtifactSummary.Builder artifactType(String artifactType)

      The file type of the artifact.

      Parameters:
      artifactType - The file type of the artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • artifactType

      ArtifactSummary.Builder artifactType(ArtifactType artifactType)

      The file type of the artifact.

      Parameters:
      artifactType - The file type of the artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: