| Package | Description |
|---|---|
| com.carma.swagger.doclet.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiParameter
The ApiParameter represents an API method parameter
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Property> |
Model.getProperties()
This gets the properties
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setProperties(Map<String,Property> properties)
This sets the properties
|
| Constructor and Description |
|---|
Model(String id,
Map<String,Property> properties,
List<String> requiredFields,
List<String> optionalFields,
List<String> subTypes,
String discriminator)
This creates a Model
|
Copyright © 2015. All rights reserved.