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 Details

    • WriteEntryCallbackResult

      public WriteEntryCallbackResult()
  • Method Details

    • 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