Qore Swagger Module Reference 2.4
Loading...
Searching...
No Matches
Swagger::ParameterGroup Class Reference

Common class for objects that have parameters. More...

#include <Swagger.qm.dox.h>

Inheritance diagram for Swagger::ParameterGroup:
[legend]

Public Member Methods

void addParameter (AbstractSwaggerParameterObject p)
 Adds a parameter to the group.
 
void addParameter (string key, AbstractSwaggerParameterObject p)
 Adds a parameter to the group.
 
void constructor (hash< auto > oh)
 Creates the object from the hash definition.
 
- Public Member Methods inherited from Swagger::ObjectBase
void constructor ()
 Constructor.
 
void constructor (hash< auto > oh)
 Constructor.
 
void constructor (ObjectBase other)
 copy constructor
 
void initialize (hash< auto > oh)
 Initialize.
 

Detailed Description

Common class for objects that have parameters.