public class PostODataRequestEntityExtractor extends java.lang.Object implements ODataRequestEntityExtractor
| Constructor and Description |
|---|
PostODataRequestEntityExtractor() |
| 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 |
public boolean isApplicable(ODataRequest request)
ODataRequestEntityExtractorODataRequestisApplicable in interface ODataRequestEntityExtractorrequest - Request to checkpublic java.lang.String extract(ODataRequest request)
ODataRequestEntityExtractorODataRequest.extract in interface ODataRequestEntityExtractorrequest - Use this request to extract the entityCopyright © 2018 SAP SE. All Rights Reserved.