public interface ODataRequestEntityExtractor
ODataRequest.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
extract(ODataRequest request)
Extracts the entity from the
ODataRequest. |
boolean |
isApplicable(ODataRequest request)
Indicates whether this Extractor should be used to extract
the entity from the given
ODataRequest |
boolean isApplicable(ODataRequest request)
ODataRequestrequest - Request to checkjava.lang.String extract(ODataRequest request)
ODataRequest.request - Use this request to extract the entityCopyright © 2018 SAP SE. All Rights Reserved.