Hierarchy

  • ParameterBuilder

Constructors

Properties

_parameter: ParameterObject

Methods

  • Sets the parameter's schema to be a simple boolean type. Used to offer quick complete - does not require .build()

    Returns

    A complete OpenApiv3 parameter object

    Returns ParameterObject

  • Creates a deep copy of the current state of the parameter object and returns it.

    Returns

    A deep copy of the built parameter object

    Returns ParameterObject

  • Sets the parameter's schema to be a simple integer type. Used to offer quick complete - does not require .build()

    Returns

    A complete OpenApiv3 parameter object

    Returns ParameterObject

  • Sets the parameter's schema to be a simple number type. Used to offer quick complete - does not require .build()

    Returns

    A complete OpenApiv3 parameter object

    Returns ParameterObject

  • Sets the parameter's schema to be a simple string type. Used to offer quick complete - does not require .build()

    Returns

    A complete OpenApiv3 parameter object

    Returns ParameterObject

Generated using TypeDoc