| Package | Description |
|---|---|
| io.swagger.models |
| Modifier and Type | Class and Description |
|---|---|
class |
RefResponse
Created by Helmsdown on 7/8/15.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Response.description(String description) |
Response |
Response.example(String type,
Object example) |
Response |
Response.header(String name,
Property property) |
Response |
Response.headers(Map<String,Property> headers) |
Response |
Response.schema(Property property) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Response> |
Operation.getResponses() |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.addResponse(String key,
Response response) |
Operation |
Operation.defaultResponse(Response response) |
Operation |
Operation.response(int key,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setResponses(Map<String,Response> responses) |
Copyright © 2015. All Rights Reserved.