public interface DeserializerResult
ODataDeserializer methods| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.olingo.commons.api.data.Parameter> |
getActionParameters()
Returns the deserialized action parameters of an
Entity as key/value pairs. |
org.apache.olingo.commons.api.data.Entity |
getEntity()
Returns an entity.
|
org.apache.olingo.commons.api.data.EntityCollection |
getEntityCollection()
Returns an entity collection.
|
List<URI> |
getEntityReferences()
Returns the entity references from the provided document.
|
ExpandOption |
getExpandTree()
Returns the ExpandOptions for the deserialized entity.
|
org.apache.olingo.commons.api.data.Property |
getProperty()
Returns a Property or collections of properties (primitive & complex).
|
org.apache.olingo.commons.api.data.Entity getEntity()
Entity or nullorg.apache.olingo.commons.api.data.EntityCollection getEntityCollection()
EntityCollection or nullExpandOption getExpandTree()
ExpandOption or nullMap<String,org.apache.olingo.commons.api.data.Parameter> getActionParameters()
Entity as key/value pairs.org.apache.olingo.commons.api.data.Property getProperty()
Property or collections of properties (primitive & complex) or nullCopyright © 2013–2022 The Apache Software Foundation. All rights reserved.