public interface DeserializerResult
ODataDeserializer
methodsModifier and Type | Method and Description |
---|---|
Map<String,Parameter> |
getActionParameters()
Returns the deserialized action-parameters as key value pairs.
|
Entity |
getEntity()
Return an entity
|
EntityCollection |
getEntityCollection()
Returns a entity set
|
List<URI> |
getEntityReferences()
Returns the entity references from the provided document
|
ExpandOption |
getExpandTree()
Returns the ExpandOptions for serialized entities
|
Property |
getProperty()
Returns a Property or collections of properties (primitive & complex)
|
EntityCollection getEntityCollection()
EntityCollection
or nullExpandOption getExpandTree()
ExpandOption
or nullMap<String,Parameter> getActionParameters()
Property getProperty()
Property
or collections of properties (primitive & complex) or nullCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.