Interface Batch.Response (2.2.10)

public static interface Batch.Response

Methods

getGeneratedKeys()

public abstract List<Key> getGeneratedKeys()

Returns a list of keys generated by a batch.

Returns
TypeDescription
List<Key>