Package com.postman.collection
package com.postman.collection
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
 
 
 
 
- 
ClassDescriptionEncapsulates the
bodyproperty of aRequestobject.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 thecookieproperty of a Postman Collection.Exception thrown when an attempt is made to add aPropertyto aPropertyListwith a duplicate keyEnumerates valid values for thetypeproperty of theauthelement of a collection or request.Enumerates the valid values for thelistenproperty of anEventelement.Enumerates valid HTTP methods, e.g, for themethodproperty of aelementRequestBodyEnumerates the two types of objects that can serve as an element in a collectionsitemarray.Enumerates valid values for the value of theoptions/raw/languageproperty of aRequestBodyobject when that body'smodeproperty is set torawEnumeration listing the possible values for the name of the property containing body data in aRequestEnumeration listing variable resolution strategiesEncapsulates members of theeventarray 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 therawproperty of aBodyElementwhen that body's mode is notrawetc.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'sexecproperty to null, etc.Encapsulates theitemobject 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 toPropertyBasePropertyList<T>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 therequestobject property of aRequestClass to encapsulate theresponseobject property of aRequest.Class to encapsulate the properties in theurlobject of aRequestBodyobject.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.