| Package | Description |
|---|---|
| org.cornutum.tcases.openapi.resolver |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ParamData> |
RequestCase.getParams()
Returns the parameter definitions for this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestCase.addParam(ParamData param)
Adds a parameter definition for this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestCase.setParams(Iterable<ParamData> params)
Changes the parameter definitions for this request.
|
Copyright © 2020 The Cornutum Project. All rights reserved.