Uses of Class
com.postman.collection.CollectionElement
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of CollectionElement in com.postman.collection
Modifier and TypeClassDescriptionclass
Encapsulates thebody
property of aRequest
object.class
Encapsulates a Postman collectionclass
Encapsulates thecookie
property of a Postman Collection.class
Encapsulates members of theevent
array object.class
class
Convenience class for the concept of a Folder in a Postman Collection.class
Encapsulates theitem
object in the postman schemaclass
Abstract class encapsulating a Postman ItemGroup.class
Postman SDK analog: Not directly related, but probably close toPropertyBase
class
Encapsulates a Postman collection request.class
Postman SDK analog:RequestAuth
.class
Encapsulates therequest
object property of aRequest
class
Class to encapsulate theresponse
object property of aRequest
.class
Class to encapsulate the properties in theurl
object of aRequestBody
object.Modifier and TypeMethodDescriptionCollectionElement.getParent()
Get the parent element, or null if it is not set.Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
CollectionElement.isEquivalentTo
(CollectionElement compare) Determine whether 2 seperate instance of a JPostman class render semantically identical JSON.void
CollectionElement.setParent
(CollectionElement parent) Set the parent of this element, allowing for traversal up the chain of elements