Class 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 Detail

      • WriteEntryCallbackResult

        public WriteEntryCallbackResult()
    • Method Detail

      • setInlineProperties

        public void setInlineProperties​(EntityProviderWriteProperties inlineProperties)
        Sets the inline properties for this entry
        Parameters:
        inlineProperties - Propriedades
      • 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