Package | Description |
---|---|
io.swagger.models |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Scheme> |
Swagger.schemes |
Modifier and Type | Method and Description |
---|---|
static Scheme |
Scheme.forValue(java.lang.String value) |
static Scheme |
Scheme.valueOf(java.lang.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 |
---|---|
java.util.List<Scheme> |
Operation.getSchemes() |
java.util.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(java.util.List<Scheme> schemes) |
Swagger |
Swagger.schemes(java.util.List<Scheme> schemes) |
void |
Operation.setSchemes(java.util.List<Scheme> schemes) |
void |
Swagger.setSchemes(java.util.List<Scheme> schemes) |
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.