Uses of Class
com.postman.collection.RequestAuth
Packages that use RequestAuth
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of RequestAuth in com.postman.collection
Methods in com.postman.collection that return RequestAuthModifier and TypeMethodDescriptionCollection.getAuth()Return the values in theauthobject property of this collection, or null if it has not been set.RequestBody.getAuth()Get theRequestAuthobject containing the values of theautharray, or null if it has not been set.Methods in com.postman.collection with parameters of type RequestAuthModifier and TypeMethodDescriptionvoidCollection.setAuth(RequestAuth auth) Set theauthobject property of this collection with aRequestAuthobject containing the values.voidRequestBody.setAuth(RequestAuth auth) Set the values in theautharray with a pre-populatedRequestAuthobject. -
Uses of RequestAuth in com.postman.collection.adapter
Methods in com.postman.collection.adapter that return RequestAuthModifier and TypeMethodDescriptionAuthDeserializer.deserialize(com.google.gson.JsonElement jElement, Type typeOfT, com.google.gson.JsonDeserializationContext context) Custom GSON deserializer for theRequestAuthobject.Methods in com.postman.collection.adapter with parameters of type RequestAuthModifier and TypeMethodDescriptioncom.google.gson.JsonElementAuthSerializer.serialize(RequestAuth src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)