Convenience class for the concept of a Folder in a Postman Collection. Postman SDK analog: ItemGroup .
| 18 | * |
| 19 | */ |
| 20 | public class Folder extends ItemGroup { |
| 21 | |
| 22 | |
| 23 | public Folder(String name) { |
| 24 | super(name); |
| 25 | } |
| 26 | |
| 27 | |
| 28 | |
| 29 | } |
nothing calls this directly
no outgoing calls
no test coverage detected