|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ODataEntry
An ODataEntry
contains all properties (in form of a Map
) and possible metadata
(in form of MediaMetadata
and/or EntryMetadata
) for an entry.
Method Summary | |
---|---|
boolean |
containsInlineEntry()
If this ODataEntry contains properties of an inline navigation property this method
returns true . |
ExpandSelectTreeNode |
getExpandSelectTree()
Gets the expand select tree data structure which can be used for $expand query option. |
MediaMetadata |
getMediaMetadata()
Get MediaMetadata for this ODataEntry if available. |
EntryMetadata |
getMetadata()
Get EntryMetadata for this ODataEntry if available. |
Map<String,Object> |
getProperties()
Properties of this ODataEntry in form of a property name to property value map. |
Method Detail |
---|
Map<String,Object> getProperties()
ODataEntry
in form of a property name to property value map.
MediaMetadata getMediaMetadata()
MediaMetadata
for this ODataEntry
if available.
MediaMetadata
for this ODataEntry
if available.EntryMetadata getMetadata()
EntryMetadata
for this ODataEntry
if available.
EntryMetadata
for this ODataEntry
if available.boolean containsInlineEntry()
ODataEntry
contains properties of an inline navigation property this method
returns true
.
Otherwise if this ODataEntry
only contains it own properties this method
returns false
.
true
if inline navigation properties are contained, otherwise false
.ExpandSelectTreeNode getExpandSelectTree()
$expand
query option.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |