Uses of Enum Class
com.postman.collection.enumAuthType
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of enumAuthType in com.postman.collection
Modifier 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.Modifier and TypeMethodDescriptionvoid
RequestAuth.setAuthType
(enumAuthType type) Set the underlying type property of this auth object using an enumerated value.ModifierConstructorDescriptionRequestAuth
(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