public interface DeserializerResult
ODataDeserializer methods| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Parameter> | getActionParameters()Returns the deserialized action parameters of an  Entityas key/value pairs. | 
| Entity | getEntity()Returns an entity. | 
| 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. | 
| Property | getProperty()Returns a Property or collections of properties (primitive & complex). | 
EntityCollection getEntityCollection()
EntityCollection or nullExpandOption getExpandTree()
ExpandOption or nullMap<String,Parameter> getActionParameters()
Entity as key/value pairs.Property getProperty()
Property or collections of properties (primitive & complex) or nullCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.