Uses of Class
io.swagger.models.Operation
-
Packages that use Operation Package Description io.swagger.models -
-
Uses of Operation in io.swagger.models
Methods in io.swagger.models that return types with arguments of type Operation Modifier and Type Method Description Map<HttpMethod,Operation>Path. getOperationMap()List<Operation>Path. getOperations()Methods in io.swagger.models with parameters of type Operation Modifier and Type Method Description PathPath. delete(Operation delete)PathPath. get(Operation get)PathPath. head(Operation head)PathPath. options(Operation options)PathPath. patch(Operation patch)PathPath. post(Operation post)PathPath. put(Operation put)PathPath. set(String method, Operation op)voidPath. setDelete(Operation delete)voidPath. setGet(Operation get)voidPath. setHead(Operation head)voidPath. setOptions(Operation options)voidPath. setPatch(Operation patch)voidPath. setPost(Operation post)voidPath. setPut(Operation put)
-