Uses of Class
io.swagger.v3.oas.models.responses.ApiResponse
-
Packages that use ApiResponse Package Description io.swagger.v3.oas.models io.swagger.v3.oas.models.responses -
-
Uses of ApiResponse in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return types with arguments of type ApiResponse Modifier and Type Method Description Map<String,ApiResponse>Components. getResponses()returns the responses property from a Components instance.Methods in io.swagger.v3.oas.models with parameters of type ApiResponse Modifier and Type Method Description ComponentsComponents. addResponses(String key, ApiResponse responsesItem)Method parameters in io.swagger.v3.oas.models with type arguments of type ApiResponse Modifier and Type Method Description ComponentsComponents. responses(Map<String,ApiResponse> responses)voidComponents. setResponses(Map<String,ApiResponse> responses) -
Uses of ApiResponse in io.swagger.v3.oas.models.responses
Methods in io.swagger.v3.oas.models.responses that return ApiResponse Modifier and Type Method Description ApiResponseApiResponse. $ref(String $ref)ApiResponseApiResponse. addHeaderObject(String name, Header header)ApiResponseApiResponse. addLink(String name, Link link)ApiResponseApiResponse. content(Content content)ApiResponseApiResponse. description(String description)ApiResponseApiResponse. extensions(Map<String,Object> extensions)ApiResponseApiResponses. getDefault()Deprecated.ApiResponseApiResponse. headers(Map<String,Header> headers)ApiResponseApiResponse. link(String name, Link link)ApiResponseApiResponse. links(Map<String,Link> links)Methods in io.swagger.v3.oas.models.responses with parameters of type ApiResponse Modifier and Type Method Description ApiResponsesApiResponses. _default(ApiResponse _default)Deprecated.ApiResponsesApiResponses. addApiResponse(String name, ApiResponse item)voidApiResponses. setDefault(ApiResponse _default)Deprecated.
-