Interface Batch.Response (2.20.0)

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>