org.mule.common.bulk
Class BulkOperationResult.BulkOperationResultBuilder<T>

java.lang.Object
  extended by org.mule.common.bulk.AbstractBulkBuilder
      extended by org.mule.common.bulk.BulkOperationResult.BulkOperationResultBuilder<T>
Enclosing class:
BulkOperationResult<T>

public static class BulkOperationResult.BulkOperationResultBuilder<T>
extends AbstractBulkBuilder


Method Summary
 BulkOperationResult.BulkOperationResultBuilder<T> addCustomProperty(String key, Serializable value)
           
 BulkOperationResult.BulkOperationResultBuilder<T> addItem(BulkItem.BulkItemBuilder<T> recordResultBuilder)
           
 BulkOperationResult<T> build()
           
 BulkOperationResult.BulkOperationResultBuilder<T> setId(Serializable id)
           
 BulkOperationResult.BulkOperationResultBuilder<T> setSuccessful(boolean successful)
           
 
Methods inherited from class org.mule.common.bulk.AbstractBulkBuilder
customProperty, getCustomProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setSuccessful

public BulkOperationResult.BulkOperationResultBuilder<T> setSuccessful(boolean successful)

setId

public BulkOperationResult.BulkOperationResultBuilder<T> setId(Serializable id)

addItem

public BulkOperationResult.BulkOperationResultBuilder<T> addItem(BulkItem.BulkItemBuilder<T> recordResultBuilder)

addCustomProperty

public BulkOperationResult.BulkOperationResultBuilder<T> addCustomProperty(String key,
                                                                           Serializable value)

build

public BulkOperationResult<T> build()


Copyright © 2015 MuleSoft, Inc.. All rights reserved.