Interface ODataRequestResultMultipart
- All Known Implementing Classes:
ODataRequestResultMultipartGeneric
public interface ODataRequestResultMultipart
Generic type of an OData request result.
-
Method Summary
Modifier and TypeMethodDescriptiongetResult
(ODataRequestGeneric request) Get the result from the OData batch response for a specific sub-request.
-
Method Details
-
getResult
Get the result from the OData batch response for a specific sub-request.- Parameters:
request
- The request to look for in the OData batch response.- Returns:
- The OData result, that was extracted from the original OData batch response.
-