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.
-
-
Constructor Summary
Constructors Constructor Description WriteEntryCallbackResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getEntryData()EntityProviderWritePropertiesgetInlineProperties()voidsetEntryData(Map<String,Object> data)voidsetInlineProperties(EntityProviderWriteProperties inlineProperties)Sets the inline properties for this entry
-
-
-
Method Detail
-
getInlineProperties
public EntityProviderWriteProperties getInlineProperties()
- Returns:
- the inline properties
-
setInlineProperties
public void setInlineProperties(EntityProviderWriteProperties inlineProperties)
Sets the inline properties for this entry- Parameters:
inlineProperties- Propriedades
-
-