* The status code. *
*/ private String statusCode; /** ** An array of strings that contain the identifiers of the builds that were deleted. *
*/ private java.util.List
* An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
*
* The status code. *
* * @param statusCode * The status code. */ public void setStatusCode(String statusCode) { this.statusCode = statusCode; } /** ** The status code. *
* * @return The status code. */ public String getStatusCode() { return this.statusCode; } /** ** The status code. *
* * @param statusCode * The status code. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteBuildBatchResult withStatusCode(String statusCode) { setStatusCode(statusCode); return this; } /** ** An array of strings that contain the identifiers of the builds that were deleted. *
* * @return An array of strings that contain the identifiers of the builds that were deleted. */ public java.util.List* An array of strings that contain the identifiers of the builds that were deleted. *
* * @param buildsDeleted * An array of strings that contain the identifiers of the builds that were deleted. */ public void setBuildsDeleted(java.util.Collection* An array of strings that contain the identifiers of the builds that were deleted. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setBuildsDeleted(java.util.Collection)} or {@link #withBuildsDeleted(java.util.Collection)} if you want * to override the existing values. *
* * @param buildsDeleted * An array of strings that contain the identifiers of the builds that were deleted. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteBuildBatchResult withBuildsDeleted(String... buildsDeleted) { if (this.buildsDeleted == null) { setBuildsDeleted(new java.util.ArrayList* An array of strings that contain the identifiers of the builds that were deleted. *
* * @param buildsDeleted * An array of strings that contain the identifiers of the builds that were deleted. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteBuildBatchResult withBuildsDeleted(java.util.Collection
* An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
*
BuildNotDeleted
objects that specify the builds that could not be deleted.
*/
public java.util.List
* An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
*
BuildNotDeleted
objects that specify the builds that could not be deleted.
*/
public void setBuildsNotDeleted(java.util.Collection
* An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setBuildsNotDeleted(java.util.Collection)} or {@link #withBuildsNotDeleted(java.util.Collection)} if you * want to override the existing values. *
* * @param buildsNotDeleted * An array ofBuildNotDeleted
objects that specify the builds that could not be deleted.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DeleteBuildBatchResult withBuildsNotDeleted(BuildNotDeleted... buildsNotDeleted) {
if (this.buildsNotDeleted == null) {
setBuildsNotDeleted(new java.util.ArrayList
* An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
*
BuildNotDeleted
objects that specify the builds that could not be deleted.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DeleteBuildBatchResult withBuildsNotDeleted(java.util.Collection