Uses of Enum Class
com.postman.collection.enumAuthType
Packages that use enumAuthType
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of enumAuthType in com.postman.collection
Methods in com.postman.collection that return enumAuthTypeModifier and TypeMethodDescriptionRequestAuth.getAuthType()
Get the value of the type property of this authentication object.static enumAuthType
Returns the enum constant of this class with the specified name.static enumAuthType[]
enumAuthType.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 enumAuthTypeModifier and TypeMethodDescriptionvoid
RequestAuth.setAuthType
(enumAuthType type) Set the underlying type property of this auth object using an enumerated value.Constructors in com.postman.collection with parameters of type enumAuthTypeModifierConstructorDescriptionRequestAuth
(enumAuthType type) Conveninence constructor to initialize an Auth object with the specified type as an enumerated value.RequestAuth
(enumAuthType type, PropertyList<Property> properties) Conveninence constructor to initialize an Auth object with a pre-created HashMap of authentication properties