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 TypeClassDescriptionclassEncapsulates a Postman collectionclassConvenience 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 TypeMethodDescriptionvoidCollection.addCollection(Collection newColl, ItemGroup parent) Add another collection and it's array ofitem,variable, andeventarrays to this collection as children ofparentvoidCollection.addCollection(Collection newColl, ItemGroup parent, boolean copyScripts, boolean copyVariables) Add another collection and it's array ofitem, optionallyvariable, and optionallyeventarrays to this collection as children of the specified parent.voidMove an item to a different parent item.voidSet 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 aItemGroupfrom theitempropertyList