public interface IResponse
| Modifier and Type | Method and Description |
|---|---|
Map<String,IMimeType> |
getBody() |
default Map<String,String> |
getExamples() |
Map<String,IParameter> |
getHeaders() |
Object |
getInstance() |
boolean |
hasBody() |
void |
setBody(Map<String,IMimeType> body) |
void |
setHeaders(Map<String,IParameter> headers) |
boolean hasBody()
Map<String,IParameter> getHeaders()
void setHeaders(Map<String,IParameter> headers)
Object getInstance()
Copyright © 2019. All rights reserved.