Uses of Package
com.postman.collection
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
ClassDescriptionEncapsulates the
body
property of aRequest
object.Encapsulates a Postman collectionAbstract Base Class for all objects which are part of a collectionThrown when a collection is not found in Postman, or if a 404 is thrown attempting to retrieve a collection from Postman by URIEncapsulates thecookie
property of a Postman Collection.Exception thrown when an attempt is made to add aProperty
to aPropertyList
with a duplicate keyEnumerates valid values for thetype
property of theauth
element of a collection or request.Enumerates the valid values for thelisten
property of anEvent
element.Enumerates valid HTTP methods, e.g, for themethod
property of a
elementRequestBody
Enumerates the two types of objects that can serve as an element in a collectionsitem
array.Enumerates valid values for the value of theoptions/raw/language
property of aRequestBody
object when that body'smode
property is set toraw
Enumeration listing the possible values for the name of the property containing body data in aRequest
Enumeration listing variable resolution strategiesEncapsulates members of theevent
array object.Convenience class for the concept of a Folder in a Postman Collection.Exception thrown when an invalid action is taken against PropertyList, eg., IndexOutOfBounds, attempts to set theraw
property of aBodyElement
when that body's mode is notraw
etc.Exception thrown when an invalid action is attempted on a collection, eg.Exception thrown when an invalid action is taken against an object property, eg., an attempt to see anEvent
'sexec
property to null, etc.Encapsulates theitem
object in the postman schemaAbstract class encapsulating a Postman ItemGroup.Convenience class to enable TypeSafe references to Postman UUIDs.Postman SDK analog: Not directly related, but probably close toPropertyBase
Postman SDK analog: PropertyListException thrown if there is an attempt to add an item as a child to itself.Encapsulates a Postman collection request.Postman SDK analog:RequestAuth
.Encapsulates therequest
object property of aRequest
Class to encapsulate theresponse
object property of aRequest
.Class to encapsulate the properties in theurl
object of aRequestBody
object.Exception thrown if there is a system, syntax or other error/exception which interrupts or prevents actual validation of the element.Error thrown if something prevents the resolution of a variable value, eg., the specified variable doesn't exist, etc. -
ClassDescriptionEncapsulates a Postman collectionEncapsulates the
item
object in the postman schemaAbstract class encapsulating a Postman ItemGroup.Postman SDK analog: Not directly related, but probably close toPropertyBase
Postman SDK analog:RequestAuth
.