| Package | Description | 
|---|---|
| io.swagger.v3.oas.models | |
| io.swagger.v3.oas.models.links | |
| io.swagger.v3.oas.models.responses | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Link> | 
Components.getLinks()
returns the links property from a Components instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Components | 
Components.addLinks(String key,
        Link linksItem)  | 
| Modifier and Type | Method and Description | 
|---|---|
Components | 
Components.links(Map<String,Link> links)  | 
void | 
Components.setLinks(Map<String,Link> links)  | 
| Modifier and Type | Method and Description | 
|---|---|
Link | 
Link.$ref(String $ref)  | 
Link | 
Link.addHeaderObject(String name,
               Header header)  | 
Link | 
Link.description(String description)  | 
Link | 
Link.extensions(Map<String,Object> extensions)  | 
Link | 
Link.headers(Map<String,Header> headers)  | 
Link | 
Link.operationId(String operationId)  | 
Link | 
Link.operationRef(String operationRef)  | 
Link | 
Link.parameters(String name,
          String parameter)  | 
Link | 
Link.requestBody(Object requestBody)  | 
Link | 
Link.server(Server server)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Link> | 
ApiResponse.getLinks()
returns the links property from a ApiResponse instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApiResponse | 
ApiResponse.link(String name,
    Link link)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ApiResponse.setLinks(Map<String,Link> links)  | 
Copyright © 2019. All rights reserved.