* The rules that were successfully updated. *
*/ private java.util.List* The rules that the operation couldn't update. *
*/ private java.util.List* The rules that were successfully updated. *
* * @return The rules that were successfully updated. */ public java.util.List* The rules that were successfully updated. *
* * @param successful * The rules that were successfully updated. */ public void setSuccessful(java.util.Collection* The rules that were successfully updated. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to * override the existing values. *
* * @param successful * The rules that were successfully updated. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateRuleResult withSuccessful(RuleUpdateSuccess... successful) { if (this.successful == null) { setSuccessful(new java.util.ArrayList* The rules that were successfully updated. *
* * @param successful * The rules that were successfully updated. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateRuleResult withSuccessful(java.util.Collection* The rules that the operation couldn't update. *
* * @return The rules that the operation couldn't update. */ public java.util.List* The rules that the operation couldn't update. *
* * @param unsuccessful * The rules that the operation couldn't update. */ public void setUnsuccessful(java.util.Collection* The rules that the operation couldn't update. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUnsuccessful(java.util.Collection)} or {@link #withUnsuccessful(java.util.Collection)} if you want to * override the existing values. *
* * @param unsuccessful * The rules that the operation couldn't update. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateRuleResult withUnsuccessful(RuleUpdateFailure... unsuccessful) { if (this.unsuccessful == null) { setUnsuccessful(new java.util.ArrayList* The rules that the operation couldn't update. *
* * @param unsuccessful * The rules that the operation couldn't update. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchUpdateRuleResult withUnsuccessful(java.util.Collection