static BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.builder() |
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projects(Collection<Project> projects) |
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projects(Consumer<Project.Builder>... projects) |
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projects(Project... projects) |
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projectsNotFound(String... projectsNotFound) |
The names of build projects for which information could not be found.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projectsNotFound(Collection<String> projectsNotFound) |
The names of build projects for which information could not be found.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.toBuilder() |
|