Uses of Class
com.postman.collection.CollectionNotFoundException
Packages that use CollectionNotFoundException
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of CollectionNotFoundException in com.postman.collection
Methods in com.postman.collection that throw CollectionNotFoundExceptionModifier and TypeMethodDescriptionstatic CollectionCollection.pmcFactory(PostmanID id) static CollectionCollection.pmcFactory(URL collectionURL) Create a collection via the Postman APICollection.upsertToPostman()Collection.upsertToPostman(PostmanID workspaceID) Create or update this collection in Postman.