All Implemented Interfaces:
Appendable<Data>

public class Data extends ChildElement<Attachments,Data>
The data element of the core namespace.
  • Method Details

    • withTime

      public Data withTime(LocalDateTime timestamp)
      Set the time attribute of this element.
      Parameters:
      timestamp - the timestamp to set
      Returns:
      this element
    • addEntry

      public void addEntry(String key, String value)
      Add an entry child element to this element.
      Parameters:
      key - entry key
      value - entry value