Class Parameter


  • public class Parameter
    extends Object
    This interface represents the most important attributes of an OpenAPI Parameter.
    Parameter V3.1
    Parameter V3.0

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • Parameter

        public Parameter​(Parameter delegate)
      • Parameter

        public Parameter​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

        public Parameter getDelegate()
      • getName

        public String getName()
        Returns:
        name of this parameter
      • getIn

        public Location getIn()
        Returns:
        location of this parameter
      • isRequired

        public boolean isRequired()
        Returns:
        true if the parameter is required, otherwise false;
      • getStyle

        public Style getStyle()
        Returns:
        style of this parameter
      • isExplode

        public boolean isExplode()
        Returns:
        true if the parameter should become exploded, otherwise false;
      • getSchema

        public JsonSchema getSchema()
        Returns:
        the of the parameter
      • getSchemaType

        public SchemaType getSchemaType()
        Returns:
        the of the parameter