| Package | Description |
|---|---|
| org.cornutum.tcases.openapi.resolver |
| Modifier and Type | Class and Description |
|---|---|
class |
ParamData
Defines a request parameter data object.
|
| Modifier and Type | Method and Description |
|---|---|
MessageData |
RequestCase.getBody()
Returns the definition of the request body.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestCase.setBody(MessageData body)
Changes the definition of the request body.
|
| Constructor and Description |
|---|
ParamData(String name,
MessageData paramData)
Creates a new ParamData instance.
|
Copyright © 2020 The Cornutum Project. All rights reserved.