public class RamlResponse extends Object
| Constructor and Description |
|---|
RamlResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
RAML description.
|
Map<String,RamlType> |
getMediaType()
Media type.
|
void |
setDescription(String description)
Set RAML description.
|
void |
setMediaType(String mediaType,
RamlType body)
Set media type.
|
Copyright © 2021. All rights reserved.