* An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the * account and explains why the request hasn't been processed for that account. *
*/ private java.util.List* An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the * account and explains why the request hasn't been processed for that account. *
* * @return An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies * the account and explains why the request hasn't been processed for that account. */ public java.util.List* An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the * account and explains why the request hasn't been processed for that account. *
* * @param unprocessedAccounts * An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the * account and explains why the request hasn't been processed for that account. */ public void setUnprocessedAccounts(java.util.Collection* An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the * account and explains why the request hasn't been processed for that account. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUnprocessedAccounts(java.util.Collection)} or {@link #withUnprocessedAccounts(java.util.Collection)} * if you want to override the existing values. *
* * @param unprocessedAccounts * An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the * account and explains why the request hasn't been processed for that account. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteInvitationsResult withUnprocessedAccounts(UnprocessedAccount... unprocessedAccounts) { if (this.unprocessedAccounts == null) { setUnprocessedAccounts(new java.util.ArrayList* An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the * account and explains why the request hasn't been processed for that account. *
* * @param unprocessedAccounts * An array of objects, one for each account whose invitation hasn't been deleted. Each object identifies the * account and explains why the request hasn't been processed for that account. * @return Returns a reference to this object so that method calls can be chained together. */ public DeleteInvitationsResult withUnprocessedAccounts(java.util.Collection