public interface BatchJobMutateResultInterface<O,E> extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BatchJobMutateResultInterface.BatchJobErrorListInterface<E>
A list of errors for a single result.
|
| Modifier and Type | Method and Description |
|---|---|
BatchJobMutateResultInterface.BatchJobErrorListInterface<E> |
getErrorList()
Returns the list of errors for the result.
|
Long |
getIndex()
Returns the zero-based index of this result.
|
O |
getOperand()
Returns the successfully modified object for the result.
|
O getOperand()
getErrorList() will not be null, but not both.BatchJobMutateResultInterface.BatchJobErrorListInterface<E> getErrorList()
getOperand() will not be null, but not both.Long getIndex()
Copyright © 2020. All Rights Reserved.