Interface Batch.Response

Enclosing interface:
Batch

public static interface Batch.Response
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a list of keys generated by a batch.
  • Method Details

    • getGeneratedKeys

      List<Key> getGeneratedKeys()
      Returns a list of keys generated by a batch.