Uses of Class
io.swagger.v3.oas.models.Operation
-
Packages that use Operation Package Description io.swagger.v3.oas.models -
-
Uses of Operation in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return Operation Modifier and Type Method Description OperationOperation. addCallback(String key, Callback callback)OperationOperation. addParametersItem(Parameter parametersItem)OperationOperation. addSecurityItem(SecurityRequirement securityItem)OperationOperation. addServersItem(Server serversItem)OperationOperation. addTagsItem(String tagsItem)OperationOperation. callbacks(Map<String,Callback> callbacks)OperationOperation. deprecated(Boolean deprecated)OperationOperation. description(String description)OperationOperation. extensions(Map<String,Object> extensions)OperationOperation. externalDocs(ExternalDocumentation externalDocs)OperationPathItem. getDelete()returns the delete property from a PathItem instance.OperationPathItem. getGet()returns the get property from a PathItem instance.OperationPathItem. getHead()returns the head property from a PathItem instance.OperationPathItem. getOptions()returns the options property from a PathItem instance.OperationPathItem. getPatch()returns the patch property from a PathItem instance.OperationPathItem. getPost()returns the post property from a PathItem instance.OperationPathItem. getPut()returns the put property from a PathItem instance.OperationPathItem. getTrace()returns the trace property from a PathItem instance.OperationOperation. operationId(String operationId)OperationOperation. parameters(List<Parameter> parameters)OperationOperation. requestBody(RequestBody requestBody)OperationOperation. responses(ApiResponses responses)OperationOperation. security(List<SecurityRequirement> security)OperationOperation. servers(List<Server> servers)OperationOperation. summary(String summary)OperationOperation. tags(List<String> tags)Methods in io.swagger.v3.oas.models that return types with arguments of type Operation Modifier and Type Method Description List<Operation>PathItem. readOperations()Map<PathItem.HttpMethod,Operation>PathItem. readOperationsMap()Methods in io.swagger.v3.oas.models with parameters of type Operation Modifier and Type Method Description PathItemPathItem. delete(Operation delete)PathItemPathItem. get(Operation get)PathItemPathItem. head(Operation head)voidPathItem. operation(PathItem.HttpMethod method, Operation operation)PathItemPathItem. options(Operation options)PathItemPathItem. patch(Operation patch)PathItemPathItem. post(Operation post)PathItemPathItem. put(Operation put)voidPathItem. setDelete(Operation delete)voidPathItem. setGet(Operation get)voidPathItem. setHead(Operation head)voidPathItem. setOptions(Operation options)voidPathItem. setPatch(Operation patch)voidPathItem. setPost(Operation post)voidPathItem. setPut(Operation put)voidPathItem. setTrace(Operation trace)PathItemPathItem. trace(Operation trace)
-