Uses of Class
io.swagger.models.Response
-
Packages that use Response Package Description io.swagger.models -
-
Uses of Response in io.swagger.models
Subclasses of Response in io.swagger.models Modifier and Type Class Description classRefResponseCreated by Helmsdown on 7/8/15.Fields in io.swagger.models with type parameters of type Response Modifier and Type Field Description protected Map<String,Response>Swagger. responsesMethods in io.swagger.models that return Response Modifier and Type Method Description ResponseResponse. description(String description)ResponseResponse. example(String type, Object example)ResponseResponse. header(String name, Property property)ResponseResponse. headers(Map<String,Property> headers)ResponseResponse. responseSchema(Model model)ResponseResponse. schema(Property property)Deprecated.ResponseResponse. vendorExtension(String key, Object obj)Methods in io.swagger.models that return types with arguments of type Response Modifier and Type Method Description Map<String,Response>Operation. getResponses()Map<String,Response>Swagger. getResponses()Methods in io.swagger.models with parameters of type Response Modifier and Type Method Description voidOperation. addResponse(String key, Response response)ResponsesResponses. addResponse(String name, Response item)OperationOperation. defaultResponse(Response response)OperationOperation. response(int key, Response response)SwaggerSwagger. response(String key, Response response)Method parameters in io.swagger.models with type arguments of type Response Modifier and Type Method Description SwaggerSwagger. responses(Map<String,Response> responses)voidOperation. setResponses(Map<String,Response> responses)voidSwagger. setResponses(Map<String,Response> responses)
-