Uses of Class
com.postman.collection.ItemGroup
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of ItemGroup in com.postman.collection
Modifier and TypeClassDescriptionclass
Encapsulates a Postman collectionclass
Convenience class for the concept of a Folder in a Postman Collection.Modifier and TypeMethodDescriptionItem.getParent()
Get the parent of this item, or null if one is not defined (eg.Modifier and TypeMethodDescriptionvoid
Collection.addCollection
(Collection newColl, ItemGroup parent) Add another collection and it's array ofitem
,variable
, andevent
arrays to this collection as children ofparent
void
Collection.addCollection
(Collection newColl, ItemGroup parent, boolean copyScripts, boolean copyVariables) Add another collection and it's array ofitem
, optionallyvariable
, and optionallyevent
arrays to this collection as children of the specified parent.void
Move an item to a different parent item.void
Set the parent of this item. -
Uses of ItemGroup in com.postman.collection.adapter
Modifier and TypeMethodDescriptionItemGroupDeserializer.deserialize
(com.google.gson.JsonElement jElement, Type typeOfT, com.google.gson.JsonDeserializationContext context) Deserialize aItemGroup
from theitem
propertyList