| Package | Description |
|---|---|
| io.swagger.models |
| Modifier and Type | Field and Description |
|---|---|
protected List<Scheme> |
Swagger.schemes |
| Modifier and Type | Method and Description |
|---|---|
static Scheme |
Scheme.forValue(String value) |
static Scheme |
Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scheme[] |
Scheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Scheme> |
Operation.getSchemes() |
List<Scheme> |
Swagger.getSchemes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.addScheme(Scheme scheme) |
void |
Swagger.addScheme(Scheme scheme) |
Operation |
Operation.scheme(Scheme scheme) |
Swagger |
Swagger.scheme(Scheme scheme) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.schemes(List<Scheme> schemes) |
Swagger |
Swagger.schemes(List<Scheme> schemes) |
void |
Operation.setSchemes(List<Scheme> schemes) |
void |
Swagger.setSchemes(List<Scheme> schemes) |
Copyright © 2019. All Rights Reserved.