Class SdkNodeV1

  • All Implemented Interfaces:
    Comparable<SdkNode>

    public class SdkNodeV1
    extends SdkNode
    A node is something like a section. Nodes can be parents of other nodes or parents of fields.
    • Constructor Detail

      • SdkNodeV1

        public SdkNodeV1​(String id,
                         String parentId,
                         String xpathAbsolute,
                         String xpathRelative,
                         boolean repeatable)
      • SdkNodeV1

        public SdkNodeV1​(com.fasterxml.jackson.databind.JsonNode node)