parseODataEntries(String, String, IODataSchema) method

Parses SAPData structure that represent either a single OData Entry or an OData Feed with several OData entries.

Syntax

public abstract List< IODataEntry > parseODataEntries (
    String entries,
    String collectionId,
    IODataSchema schema
) throws ParserException, IllegalArgumentException

Parameters

Returns

The list of the OData Entries contained by the source

Exceptions