Uses of Interface
com.networknt.oas.model.Operation
-
Packages that use Operation Package Description com.networknt.oas.model com.networknt.oas.model.impl com.networknt.openapi -
-
Uses of Operation in com.networknt.oas.model
Methods in com.networknt.oas.model that return Operation Modifier and Type Method Description OperationPath. getDelete()OperationPath. getDelete(boolean elaborate)OperationPath. getGet()OperationPath. getGet(boolean elaborate)OperationPath. getHead()OperationPath. getHead(boolean elaborate)OperationPath. getOperation(String name)OperationPath. getOptions()OperationPath. getOptions(boolean elaborate)OperationPath. getPatch()OperationPath. getPatch(boolean elaborate)OperationPath. getPost()OperationPath. getPost(boolean elaborate)OperationPath. getPut()OperationPath. getPut(boolean elaborate)OperationPath. getTrace()OperationPath. getTrace(boolean elaborate)Methods in com.networknt.oas.model that return types with arguments of type Operation Modifier and Type Method Description Map<String,Operation>Path. getOperations()Map<String,Operation>Path. getOperations(boolean elaborate)Methods in com.networknt.oas.model with parameters of type Operation Modifier and Type Method Description voidPath. setDelete(Operation delete)voidPath. setGet(Operation get)voidPath. setHead(Operation head)voidPath. setOperation(String name, Operation operation)voidPath. setOptions(Operation options)voidPath. setPatch(Operation patch)voidPath. setPost(Operation post)voidPath. setPut(Operation put)voidPath. setTrace(Operation trace)Method parameters in com.networknt.oas.model with type arguments of type Operation Modifier and Type Method Description voidPath. setOperations(Map<String,Operation> operations) -
Uses of Operation in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement Operation Modifier and Type Class Description classOperationImplFields in com.networknt.oas.model.impl with type parameters of type Operation Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<Operation>OperationImpl. factoryMethods in com.networknt.oas.model.impl that return Operation Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
OperationOperationImpl. create(OV modelMember)OperationPathImpl. getDelete()OperationPathImpl. getDelete(boolean elaborate)OperationPathImpl. getGet()OperationPathImpl. getGet(boolean elaborate)OperationPathImpl. getHead()OperationPathImpl. getHead(boolean elaborate)OperationPathImpl. getOperation(String name)OperationPathImpl. getOptions()OperationPathImpl. getOptions(boolean elaborate)OperationPathImpl. getPatch()OperationPathImpl. getPatch(boolean elaborate)OperationPathImpl. getPost()OperationPathImpl. getPost(boolean elaborate)OperationPathImpl. getPut()OperationPathImpl. getPut(boolean elaborate)OperationPathImpl. getTrace()OperationPathImpl. getTrace(boolean elaborate)Methods in com.networknt.oas.model.impl that return types with arguments of type Operation Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<Operation>OperationImpl. builder(OV modelMember)Map<String,Operation>PathImpl. getOperations()Map<String,Operation>PathImpl. getOperations(boolean elaborate)Methods in com.networknt.oas.model.impl with parameters of type Operation Modifier and Type Method Description voidPathImpl. setDelete(Operation delete)voidPathImpl. setGet(Operation get)voidPathImpl. setHead(Operation head)voidPathImpl. setOperation(String name, Operation operation)voidPathImpl. setOptions(Operation options)voidPathImpl. setPatch(Operation patch)voidPathImpl. setPost(Operation post)voidPathImpl. setPut(Operation put)voidPathImpl. setTrace(Operation trace)Method parameters in com.networknt.oas.model.impl with type arguments of type Operation Modifier and Type Method Description voidPathImpl. setOperations(Map<String,Operation> operations)Constructors in com.networknt.oas.model.impl with parameters of type Operation Constructor Description OperationImpl(Operation operation, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr) -
Uses of Operation in com.networknt.openapi
Methods in com.networknt.openapi that return Operation Modifier and Type Method Description OperationOpenApiOperation. getOperation()Constructors in com.networknt.openapi with parameters of type Operation Constructor Description OpenApiOperation(NormalisedPath pathString, Path pathObject, String method, Operation operation)
-