Uses of Class
com.kingsrook.qqq.openapi.model.Response
Packages that use Response
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of Response in com.kingsrook.qqq.api.implementations.savedreports
Methods in com.kingsrook.qqq.api.implementations.savedreports that return types with arguments of type ResponseModifier and TypeMethodDescriptionRenderSavedReportProcessApiProcessOutput.getSpecResponses(String apiName) -
Uses of Response in com.kingsrook.qqq.api.model.metadata.processes
Methods in com.kingsrook.qqq.api.model.metadata.processes that return types with arguments of type ResponseModifier and TypeMethodDescriptionApiProcessObjectOutput.getSpecResponses(String apiName) ApiProcessOutputInterface.getSpecResponses(String apiName) ApiProcessSummaryListOutput.getSpecResponses(String apiName) -
Uses of Response in com.kingsrook.qqq.middleware.javalin.specs
Methods in com.kingsrook.qqq.middleware.javalin.specs that return types with arguments of type Response -
Uses of Response in com.kingsrook.qqq.openapi.model
Methods in com.kingsrook.qqq.openapi.model that return ResponseModifier and TypeMethodDescriptionResponse.withContent(Map<String, Content> content) Fluent setter for contentResponse.withDescription(String description) Fluent setter for descriptionFluent setter for refMethods in com.kingsrook.qqq.openapi.model that return types with arguments of type ResponseModifier and TypeMethodDescriptionComponents.getResponses()Getter for responsesMethod.getResponses()Getter for responsesMethods in com.kingsrook.qqq.openapi.model with parameters of type ResponseMethod parameters in com.kingsrook.qqq.openapi.model with type arguments of type ResponseModifier and TypeMethodDescriptionvoidComponents.setResponses(Map<String, Response> responses) Setter for responsesvoidMethod.setResponses(Map<Integer, Response> responses) Setter for responsesComponents.withResponses(Map<String, Response> responses) Fluent setter for responsesMethod.withResponses(Map<Integer, Response> responses) Fluent setter for responses