Interface BatchGetProjectsResponse.Builder

    • Method Detail

      • projects

        BatchGetProjectsResponse.Builder projects​(Collection<Project> projects)

        Information about the requested build projects.

        Parameters:
        projects - Information about the requested build projects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projects

        BatchGetProjectsResponse.Builder projects​(Project... projects)

        Information about the requested build projects.

        Parameters:
        projects - Information about the requested build projects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectsNotFound

        BatchGetProjectsResponse.Builder projectsNotFound​(Collection<String> projectsNotFound)

        The names of build projects for which information could not be found.

        Parameters:
        projectsNotFound - The names of build projects for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectsNotFound

        BatchGetProjectsResponse.Builder projectsNotFound​(String... projectsNotFound)

        The names of build projects for which information could not be found.

        Parameters:
        projectsNotFound - The names of build projects for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.