Uses of Enum Class
com.postman.collection.enumItemType
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of enumItemType in com.postman.collection
Modifier and TypeMethodDescriptionstatic enumItemType
Returns the enum constant of this class with the specified name.static enumItemType[]
enumItemType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionItemGroup.getItem
(String key, enumItemType filter) Recursively search the contents of theitem
array for the item with the specified key, optionally returning the item or it's parent item.ItemGroup.getItems
(enumItemType filter) Recursively search the entire tree of items in theitem
property, optionally filter by item type (eg.