![]() |
Qore Swagger Module Reference 2.4
|
Common class for objects that have parameters. More...
#include <Swagger.qm.dox.h>
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. | |
Common class for objects that have parameters.