* An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the * account and explains why the invitation hasn't been processed for the account. *
*/ private java.util.List* An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the * account and explains why the invitation hasn't been processed for the account. *
* * @return An array of objects, one for each account whose invitation hasn't been processed. Each object identifies * the account and explains why the invitation hasn't been processed for the account. */ public java.util.List* An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the * account and explains why the invitation hasn't been processed for the account. *
* * @param unprocessedAccounts * An array of objects, one for each account whose invitation hasn't been processed. Each object identifies * the account and explains why the invitation hasn't been processed for the account. */ public void setUnprocessedAccounts(java.util.Collection* An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the * account and explains why the invitation hasn't been processed for the 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 processed. Each object identifies * the account and explains why the invitation hasn't been processed for the account. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateInvitationsResult 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 processed. Each object identifies the * account and explains why the invitation hasn't been processed for the account. *
* * @param unprocessedAccounts * An array of objects, one for each account whose invitation hasn't been processed. Each object identifies * the account and explains why the invitation hasn't been processed for the account. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateInvitationsResult withUnprocessedAccounts(java.util.Collection