Uses of Class
com.postman.collection.CollectionElement
Packages that use CollectionElement
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of CollectionElement in com.postman.collection
Subclasses of CollectionElement in com.postman.collectionModifier and TypeClassDescriptionclassEncapsulates thebodyproperty of aRequestobject.classEncapsulates a Postman collectionclassEncapsulates thecookieproperty of a Postman Collection.classEncapsulates members of theeventarray object.classclassConvenience class for the concept of a Folder in a Postman Collection.classEncapsulates theitemobject in the postman schemaclassAbstract class encapsulating a Postman ItemGroup.classPostman SDK analog: Not directly related, but probably close toPropertyBaseclassEncapsulates a Postman collection request.classPostman SDK analog:RequestAuth.classEncapsulates therequestobject property of aRequestclassClass to encapsulate theresponseobject property of aRequest.classClass to encapsulate the properties in theurlobject of aRequestBodyobject.Methods in com.postman.collection that return CollectionElementModifier and TypeMethodDescriptionCollectionElement.getParent()Get the parent element, or null if it is not set.Methods in com.postman.collection with parameters of type CollectionElementModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeCollectionElement.isEquivalentTo(CollectionElement compare) Determine whether 2 seperate instance of a JPostman class render semantically identical JSON.voidCollectionElement.setParent(CollectionElement parent) Set the parent of this element, allowing for traversal up the chain of elements