Interface RepositoryNameIdPair.Builder

    • Method Detail

      • repositoryName

        RepositoryNameIdPair.Builder repositoryName​(String repositoryName)

        The name associated with the repository.

        Parameters:
        repositoryName - The name associated with the repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryId

        RepositoryNameIdPair.Builder repositoryId​(String repositoryId)

        The ID associated with the repository.

        Parameters:
        repositoryId - The ID associated with the repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.