Class SdkNode07

  • All Implemented Interfaces:
    Comparable<SdkNode>

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

      • SdkNode07

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

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