Uses of Class
io.swagger.v3.oas.annotations.Operation
-
Packages that use Operation Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.callbacks -
-
Uses of Operation in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.annotations that return Operation Modifier and Type Method Description Operation
operation()
Provides the operation related to this webhook. -
Uses of Operation in io.swagger.v3.oas.annotations.callbacks
Methods in io.swagger.v3.oas.annotations.callbacks that return Operation Modifier and Type Method Description Operation[]
operation()
The array of operations that will be called out-of band
-