Uses of Class
com.easypost.easyvcr.requestelements.Response
Packages that use Response
-
Uses of Response in com.easypost.easyvcr.interactionconverters
Fields in com.easypost.easyvcr.interactionconverters declared as ResponseMethods in com.easypost.easyvcr.interactionconverters with parameters of type ResponseModifier and TypeMethodDescriptionprotected HttpInteractionBaseInteractionConverter.createInteraction(Request request, Response response, long duration)Create an HttpInteraction from a request and response.Constructors in com.easypost.easyvcr.interactionconverters with parameters of type ResponseModifierConstructorDescriptionResponseAndTime(Response response, long time)Constructor for ResponseAndTime. -
Uses of Response in com.easypost.easyvcr.requestelements
Methods in com.easypost.easyvcr.requestelements that return ResponseMethods in com.easypost.easyvcr.requestelements with parameters of type ResponseModifier and TypeMethodDescriptionvoidHttpInteraction.setResponse(Response response)Sets the HTTP response.Constructors in com.easypost.easyvcr.requestelements with parameters of type ResponseModifierConstructorDescriptionHttpInteraction(Request request, Response response, long duration)Constructs a new HTTPInteraction object.