Uses of Class
com.postman.collection.RecursiveItemAddException
Packages that use RecursiveItemAddException
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of RecursiveItemAddException in com.postman.collection
Methods in com.postman.collection that throw RecursiveItemAddExceptionModifier and TypeMethodDescriptionvoidCollection.addCollection(Collection newColl) Add another collection and it's array ofitem,variable, andeventarrays to this collection in a new Folder.voidCollection.addCollection(Collection newColl, boolean copyScripts, boolean copyVariables) Add another collection and it's array ofitem, optionallyvariable, and optionallyeventarrays to this collection as children of a new Folder child item of this collection.voidCollection.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.Convenience method to add an item with no child items to this collection.Convenience method to add an item with no child items to this collection.voidAppend a new direct child item to the array of items in theitemproperty.voidAdd a new direct child item to the array of items in theitemproperty at the specified index.voidAdd multiple items to this item.Collection.addRequest(RequestBody reqElement, String name) Convenience method to add a newrequestitem as a top level child item of this collectionCollection.addRequest(RequestBody reqElement, String name, int position) Add a new request to this collection at the specified position in the array ofrequestelementsCollection.addRequest(RequestBody reqElement, String name, Response response) Create and add a newrequestas a top level child item of this collection.Collection.addRequest(RequestBody newRequest, String name, ArrayList<Response> responses) Convenience method to add a request with a pre-constructed ArrayList<Response> of response items.Collection.addRequest(String url) Create and add a newrequestas a top level child item of this collection.voidMove an item to a different parent item.voidMoves an item in the array of items contained by this collection from one parent to another.