Interface BatchResponseChangeSet
public interface BatchResponseChangeSet
Interface to evaluate the response of a single changeset from an OData batch response.
-
Method Summary
Modifier and TypeMethodDescriptionGet all newly created entities from this changeset.
-
Method Details
-
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.
-