Interface Path

All Superinterfaces:
OpenAPIObject

public interface Path extends OpenAPIObject
This interface represents the most important attributes of an OpenAPI Parameter.
Parameter V3.1
Parameter V3.0
  • Method Details

    • getName

      String getName()
      Returns:
      the name of this path
    • getOperations

      List<Operation> getOperations()
      Returns:
      operations of this path
    • getParameters

      List<Parameter> getParameters()
      Returns:
      parameters of this path