Interface BatchGetRepositoriesResponse.Builder

    • Method Detail

      • repositories

        BatchGetRepositoriesResponse.Builder repositories​(Collection<RepositoryMetadata> repositories)

        A list of repositories returned by the batch get repositories operation.

        Parameters:
        repositories - A list of repositories returned by the batch get repositories operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositories

        BatchGetRepositoriesResponse.Builder repositories​(RepositoryMetadata... repositories)

        A list of repositories returned by the batch get repositories operation.

        Parameters:
        repositories - A list of repositories returned by the batch get repositories operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoriesNotFound

        BatchGetRepositoriesResponse.Builder repositoriesNotFound​(Collection<String> repositoriesNotFound)

        Returns a list of repository names for which information could not be found.

        Parameters:
        repositoriesNotFound - Returns a list of repository names for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoriesNotFound

        BatchGetRepositoriesResponse.Builder repositoriesNotFound​(String... repositoriesNotFound)

        Returns a list of repository names for which information could not be found.

        Parameters:
        repositoriesNotFound - Returns a list of repository names for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.