Uses of Class
com.github.chhorz.openapi.common.domain.Operation
Packages that use Operation
-
Uses of Operation in com.github.chhorz.openapi.common.domain
Methods in com.github.chhorz.openapi.common.domain that return OperationModifier and TypeMethodDescriptionPathItemObject.getDelete()
PathItemObject.getGet()
PathItemObject.getHead()
PathItemObject.getOptions()
PathItemObject.getPatch()
PathItemObject.getPost()
PathItemObject.getPut()
PathItemObject.getTrace()
Methods in com.github.chhorz.openapi.common.domain with parameters of type OperationModifier and TypeMethodDescriptionvoid
void
void
void
PathItemObject.setOptions
(Operation options) void
void
void
void