Uses of Enum Class
com.postman.collection.enumItemType
Packages that use enumItemType
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of enumItemType in com.postman.collection
Methods in com.postman.collection that return enumItemTypeModifier and TypeMethodDescriptionstatic enumItemTypeReturns 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.Methods in com.postman.collection with parameters of type enumItemTypeModifier and TypeMethodDescriptionItemGroup.getItem(String key, enumItemType filter) Recursively search the contents of theitemarray 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 theitemproperty, optionally filter by item type (eg.