Uses of Class
io.swagger.v3.oas.models.links.Link
-
Packages that use Link Package Description io.swagger.v3.oas.models io.swagger.v3.oas.models.links io.swagger.v3.oas.models.responses -
-
Uses of Link in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return types with arguments of type Link Modifier and Type Method Description Map<String,Link>Components. getLinks()returns the links property from a Components instance.Methods in io.swagger.v3.oas.models with parameters of type Link Modifier and Type Method Description ComponentsComponents. addLinks(String key, Link linksItem)Method parameters in io.swagger.v3.oas.models with type arguments of type Link Modifier and Type Method Description ComponentsComponents. links(Map<String,Link> links)voidComponents. setLinks(Map<String,Link> links) -
Uses of Link in io.swagger.v3.oas.models.links
Methods in io.swagger.v3.oas.models.links that return Link Modifier and Type Method Description LinkLink. $ref(String $ref)LinkLink. addHeaderObject(String name, Header header)Deprecated.as it's not part of OpenAPI specificationLinkLink. addParameter(String name, String parameter)LinkLink. description(String description)LinkLink. extensions(Map<String,Object> extensions)LinkLink. headers(Map<String,Header> headers)Deprecated.as it's not part of OpenAPI specificationLinkLink. operationId(String operationId)LinkLink. operationRef(String operationRef)LinkLink. parameters(String name, String parameter)Deprecated.LinkLink. requestBody(Object requestBody)LinkLink. server(Server server) -
Uses of Link in io.swagger.v3.oas.models.responses
Methods in io.swagger.v3.oas.models.responses that return types with arguments of type Link Modifier and Type Method Description Map<String,Link>ApiResponse. getLinks()returns the links property from a ApiResponse instance.Methods in io.swagger.v3.oas.models.responses with parameters of type Link Modifier and Type Method Description ApiResponseApiResponse. addLink(String name, Link link)ApiResponseApiResponse. link(String name, Link link)Method parameters in io.swagger.v3.oas.models.responses with type arguments of type Link Modifier and Type Method Description ApiResponseApiResponse. links(Map<String,Link> links)voidApiResponse. setLinks(Map<String,Link> links)
-