Class WriteEntryCallbackResult
java.lang.Object
org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackResult
Result of a callback. It contains the data of the entry which is to be expanded as well as the properties of this
entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEntryData(Map<String, Object> data) voidsetInlineProperties(EntityProviderWriteProperties inlineProperties) Sets the inline properties for this entry
-
Constructor Details
-
WriteEntryCallbackResult
public WriteEntryCallbackResult()
-
-
Method Details
-
getInlineProperties
- Returns:
- the inline properties
-
setInlineProperties
Sets the inline properties for this entry- Parameters:
inlineProperties-
-
getEntryData
- Returns:
- the data for the entry as a map
-
setEntryData
- Parameters:
data- for the entry as a map
-