Interface Batch.Response (2.19.1)

public static interface Batch.Response

Methods

getGeneratedKeys()

public abstract List<Key> getGeneratedKeys()

Returns a list of keys generated by a batch.

Returns
Type Description
List<Key>