Interface Batch.Response (2.9.1)

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>