public class BatchResult<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
resourceName
The name of the elements' resource created in the batch operation.
|
Constructor and Description |
---|
BatchResult(java.util.List<T> identifiers,
java.lang.String resourceName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getIdentifiers()
Returns the list of identifiers created in the batch operation.
|
public final java.lang.String resourceName
public BatchResult(java.util.List<T> identifiers, java.lang.String resourceName)
public java.util.List<T> getIdentifiers()