private static void printList(IAgileList list, int level) throws APIException { if (list != null) { System.out.println(indent(level * 4) /*+ list.getLevelName()*/ + “:” + list.getValue() /*+ “:” + list.getId()*/); Object[] children Read More
private static void printList(IAgileList list, int level) throws APIException { if (list != null) { System.out.println(indent(level * 4) /*+ list.getLevelName()*/ + “:” + list.getValue() /*+ “:” + list.getId()*/); Object[] children Read More