MCPcopy Create free account
hub / github.com/EsperoTech/yaade / Folder

Class Folder

server/src/main/java/com/postman/collection/Folder.java:20–29  ·  view source on GitHub ↗

Convenience class for the concept of a Folder in a Postman Collection. Postman SDK analog: ItemGroup .

Source from the content-addressed store, hash-verified

18 *
19 */
20public class Folder extends ItemGroup {
21
22
23public Folder(String name) {
24 super(name);
25}
26
27
28
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected