Interface BatchResponseChangeSet


public interface BatchResponseChangeSet
Interface to evaluate the response of a single changeset from an OData batch response.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get all newly created entities from this changeset.
  • Method Details

    • getCreatedEntities

      @Nonnull List<VdmEntity<?>> getCreatedEntities()
      Get all newly created entities from this changeset.
      Returns:
      A list of generic VdmEntity instances. The consumer can type-check, evaluate and cast its entries.