Uses of Class
com.postman.collection.PostmanID
Packages that use PostmanID
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of PostmanID in com.postman.collection
Methods in com.postman.collection that return PostmanIDModifier and TypeMethodDescriptionCollection.upsertToPostman()Collection.upsertToPostman(PostmanID workspaceID) Create or update this collection in Postman.Methods in com.postman.collection with parameters of type PostmanIDModifier and TypeMethodDescriptionstatic CollectionCollection.pmcFactory(PostmanID id) Collection.upsertToPostman(PostmanID workspaceID) Create or update this collection in Postman.