* Information about the requested build projects. *
*/ private java.util.List* The names of build projects for which information could not be found. *
*/ private java.util.List* Information about the requested build projects. *
* * @return Information about the requested build projects. */ public java.util.List* Information about the requested build projects. *
* * @param projects * Information about the requested build projects. */ public void setProjects(java.util.Collection* Information about the requested build projects. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setProjects(java.util.Collection)} or {@link #withProjects(java.util.Collection)} if you want to override * the existing values. *
* * @param projects * Information about the requested build projects. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetProjectsResult withProjects(Project... projects) { if (this.projects == null) { setProjects(new java.util.ArrayList* Information about the requested build projects. *
* * @param projects * Information about the requested build projects. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetProjectsResult withProjects(java.util.Collection* The names of build projects for which information could not be found. *
* * @return The names of build projects for which information could not be found. */ public java.util.List* The names of build projects for which information could not be found. *
* * @param projectsNotFound * The names of build projects for which information could not be found. */ public void setProjectsNotFound(java.util.Collection* The names of build projects for which information could not be found. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setProjectsNotFound(java.util.Collection)} or {@link #withProjectsNotFound(java.util.Collection)} if you * want to override the existing values. *
* * @param projectsNotFound * The names of build projects for which information could not be found. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetProjectsResult withProjectsNotFound(String... projectsNotFound) { if (this.projectsNotFound == null) { setProjectsNotFound(new java.util.ArrayList* The names of build projects for which information could not be found. *
* * @param projectsNotFound * The names of build projects for which information could not be found. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetProjectsResult withProjectsNotFound(java.util.Collection