Class BatchGetRepositoriesRequest

    • Constructor Detail

      • BatchGetRepositoriesRequest

        public BatchGetRepositoriesRequest()
    • Method Detail

      • getRepositoryNames

        public List<String> getRepositoryNames()

        The names of the repositories to get information about.

        Returns:
        The names of the repositories to get information about.
      • setRepositoryNames

        public void setRepositoryNames​(Collection<String> repositoryNames)

        The names of the repositories to get information about.

        Parameters:
        repositoryNames - The names of the repositories to get information about.
      • withRepositoryNames

        public BatchGetRepositoriesRequest withRepositoryNames​(Collection<String> repositoryNames)

        The names of the repositories to get information about.

        Parameters:
        repositoryNames - The names of the repositories to get information about.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object