Uses of Class
io.contract_testing.contractcase.definitions.interactions.http.HttpExample.Builder
-
Packages that use HttpExample.Builder Package Description io.contract_testing.contractcase.definitions.interactions.http -
-
Uses of HttpExample.Builder in io.contract_testing.contractcase.definitions.interactions.http
Methods in io.contract_testing.contractcase.definitions.interactions.http that return HttpExample.Builder Modifier and Type Method Description static HttpExample.BuilderHttpExample. builder()HttpExample.BuilderHttpExample.Builder. request(Object request)Sets the value ofHttpExample.getRequest()HttpExample.BuilderHttpExample.Builder. response(Object response)Sets the value ofHttpExample.getResponse()Constructors in io.contract_testing.contractcase.definitions.interactions.http with parameters of type HttpExample.Builder Constructor Description Jsii$Proxy(HttpExample.Builder builder)Constructor that initializes the object based on literal property values passed by theHttpExample.Builder.
-