Uses of Class
com.postman.collection.ItemGroup
Packages that use ItemGroup
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of ItemGroup in com.postman.collection
Subclasses of ItemGroup in com.postman.collectionModifier and TypeClassDescriptionclass
Encapsulates a Postman collectionclass
Convenience class for the concept of a Folder in a Postman Collection.Methods in com.postman.collection that return ItemGroupModifier and TypeMethodDescriptionItem.getParent()
Get the parent of this item, or null if one is not defined (eg.Methods in com.postman.collection with parameters of type ItemGroupModifier 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.Constructors in com.postman.collection with parameters of type ItemGroup -
Uses of ItemGroup in com.postman.collection.adapter
Methods in com.postman.collection.adapter that return ItemGroupModifier and TypeMethodDescriptionItemGroupDeserializer.deserialize
(com.google.gson.JsonElement jElement, Type typeOfT, com.google.gson.JsonDeserializationContext context) Deserialize aItemGroup
from theitem
propertyList