Uses of Interface
com.reprezen.kaizen.oasparser.model3.Operation
-
Packages that use Operation Package Description com.reprezen.kaizen.oasparser.model3 com.reprezen.kaizen.oasparser.ovl3 -
-
Uses of Operation in com.reprezen.kaizen.oasparser.model3
Methods in com.reprezen.kaizen.oasparser.model3 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.reprezen.kaizen.oasparser.model3 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.reprezen.kaizen.oasparser.model3 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.reprezen.kaizen.oasparser.model3 with type arguments of type Operation Modifier and Type Method Description voidPath. setOperations(Map<String,Operation> operations) -
Uses of Operation in com.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement Operation Modifier and Type Class Description classOperationImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type Operation Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<Operation>OperationImpl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return Operation Modifier and Type Method Description static <OV extends com.reprezen.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.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type Operation Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<Operation>OperationImpl. builder(OV modelMember)Map<String,Operation>PathImpl. getOperations()Map<String,Operation>PathImpl. getOperations(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.ovl3 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.reprezen.kaizen.oasparser.ovl3 with type arguments of type Operation Modifier and Type Method Description voidPathImpl. setOperations(Map<String,Operation> operations)Constructors in com.reprezen.kaizen.oasparser.ovl3 with parameters of type Operation Constructor Description OperationImpl(Operation operation, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-