public interface DeserializerResult
ODataDeserializer
methodsModifier and Type | Method and Description |
---|---|
Map<String,Parameter> |
getActionParameters()
Returns the deserialized action parameters of an
Entity as 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–2018 The Apache Software Foundation. All rights reserved.