Class OpResult.GetChildrenResult

  • Enclosing class:
    OpResult

    public static class OpResult.GetChildrenResult
    extends OpResult
    A result from a getChildren operation. Provides a list which contains the names of the children of a given node.
    • Constructor Detail

      • GetChildrenResult

        public GetChildrenResult​(List<String> children)