Class APIParameterProperties

    • Constructor Detail

      • APIParameterProperties

        public APIParameterProperties()
        Default constructor
      • APIParameterProperties

        public APIParameterProperties​(APIParameterProperties template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
      • APIParameterProperties

        public APIParameterProperties​(SchemaAttributeProperties template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
    • Method Detail

      • getParameterType

        public String getParameterType()
        Return the type of parameter - for example for REST APIs, is it a PathVariable or a RequestParameter?
        Returns:
        string name
      • setParameterType

        public void setParameterType​(String parameterType)
        Set up the type of parameter - for example for REST APIs, is it a PathVariable or a RequestParameter?
        Parameters:
        parameterType - string name
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class SchemaAttributeProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison