Uses of Class
com.apiflows.model.Parameter
Packages that use Parameter
-
Uses of Parameter in com.apiflows.model
Methods in com.apiflows.model that return ParameterModifier and TypeMethodDescriptionMethods in com.apiflows.model that return types with arguments of type ParameterMethods in com.apiflows.model with parameters of type ParameterModifier and TypeMethodDescriptionvoidComponents.addParameter(String key, Parameter parameter) voidStep.addParameter(Parameter parameter) Method parameters in com.apiflows.model with type arguments of type ParameterModifier and TypeMethodDescriptionStep.parameters(List<Parameter> parameters) voidComponents.setParameters(Map<String, Parameter> parameters) voidStep.setParameters(List<Parameter> parameters)