Class PathObject.PathObjectBuilder
- java.lang.Object
-
- net.coru.api.generator.plugin.openapi.model.PathObject.PathObjectBuilder
-
- Enclosing class:
- PathObject
public static class PathObject.PathObjectBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description PathObjectBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathObject.PathObjectBuilderoperationObject(OperationObject operationObject)PathObject.PathObjectBuilderoperationObjects(List<OperationObject> operationObjects)
-
-
-
Method Detail
-
operationObjects
public PathObject.PathObjectBuilder operationObjects(List<OperationObject> operationObjects)
-
operationObject
public PathObject.PathObjectBuilder operationObject(OperationObject operationObject)
-
-