Class SdkNode06

  • All Implemented Interfaces:
    Comparable<SdkNode>

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

      • SdkNode06

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

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