Uses of Class
com.postman.collection.Event
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of Event in com.postman.collection
Modifier and TypeMethodDescriptionItem.getEvent
(enumEventType evtType) Get an event, specifying whether to return the pre-request script or test script associated with this item.Item.getPreRequestScript()
Item.getTestScript()
Modifier and TypeMethodDescriptionItem.getEvents()
Return the ArrayList<Event> containing the objects comprising theevent
array