Interface Response

All Superinterfaces:
OpenAPIObject

public interface Response extends OpenAPIObject
  • Method Details

    • getHeaders

      List<Parameter> getHeaders()
      Returns:
      the headers of the response.
    • getContent

      Map<String, MediaType> getContent()
      Returns:
      a map containing descriptions of potential response payloads. The key is a media type or media type range and the value describes it.