org.apache.olingo.odata2.api.ep.callback
Class WriteEntryCallbackResult
java.lang.Object
org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackResult
public class WriteEntryCallbackResult
- extends Object
Result of a callback. It contains the data of the entry which is to be expanded as well as the properties of this
entry.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteEntryCallbackResult
public WriteEntryCallbackResult()
getInlineProperties
public EntityProviderWriteProperties getInlineProperties()
- Returns:
- the inline properties
setInlineProperties
public void setInlineProperties(EntityProviderWriteProperties inlineProperties)
- Sets the inline properties for this entry
- Parameters:
inlineProperties
-
getEntryData
public Map<String,Object> getEntryData()
- Returns:
- the data for the entry as a map
setEntryData
public void setEntryData(Map<String,Object> data)
- Parameters:
data
- for the entry as a map
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.