Uses of Class
io.contract_testing.contractcase.definitions.interactions.functions.FunctionExecutionExample.Builder
-
Packages that use FunctionExecutionExample.Builder Package Description io.contract_testing.contractcase.definitions.interactions.functions -
-
Uses of FunctionExecutionExample.Builder in io.contract_testing.contractcase.definitions.interactions.functions
Methods in io.contract_testing.contractcase.definitions.interactions.functions that return FunctionExecutionExample.Builder Modifier and Type Method Description FunctionExecutionExample.BuilderFunctionExecutionExample.Builder. arguments(List<? extends Object> arguments)Sets the value ofFunctionExecutionExample.getArguments()static FunctionExecutionExample.BuilderFunctionExecutionExample. builder()FunctionExecutionExample.BuilderFunctionExecutionExample.Builder. functionName(String functionName)Sets the value ofFunctionExecutionExample.getFunctionName()FunctionExecutionExample.BuilderFunctionExecutionExample.Builder. returnValue(Object returnValue)Sets the value ofFunctionExecutionExample.getReturnValue()Constructors in io.contract_testing.contractcase.definitions.interactions.functions with parameters of type FunctionExecutionExample.Builder Constructor Description Jsii$Proxy(FunctionExecutionExample.Builder builder)Constructor that initializes the object based on literal property values passed by theFunctionExecutionExample.Builder.
-