public interface ResponseWriter
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
write(ItemLookupRequest itemLookupRequest,
EdmEntitySet entitySet,
ItemLookupResult<ODataEntry> result)
Writes a collection of data set as an ODataResponse
|
ODataResponse |
write(ItemLookupRequest itemLookupRequest,
EdmEntitySet entitySet,
java.util.Map<java.lang.String,java.lang.Object> data)
Writes a single data set as an
ODataResponse |
ODataResponse write(ItemLookupRequest itemLookupRequest, EdmEntitySet entitySet, java.util.Map<java.lang.String,java.lang.Object> data) throws ODataException
ODataResponseitemLookupRequest - Parameter object containing the information for the writeentitySet - Entity set the data belong todata - Data to writeODataExceptionODataResponse write(ItemLookupRequest itemLookupRequest, EdmEntitySet entitySet, ItemLookupResult<ODataEntry> result) throws ODataException
itemLookupRequest - Parameter object containing the information for the writeentitySet - Entity set the data belong toresult - Collection of data to writeODataExceptionCopyright © 2018 SAP SE. All Rights Reserved.