| Package | Description |
|---|---|
| io.swagger.models.auth |
| Modifier and Type | Method and Description |
|---|---|
static In |
In.forValue(String value) |
In |
ApiKeyAuthDefinition.getIn() |
static In |
In.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static In[] |
In.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApiKeyAuthDefinition |
ApiKeyAuthDefinition.in(In in) |
void |
ApiKeyAuthDefinition.setIn(In in) |
| Constructor and Description |
|---|
ApiKeyAuthDefinition(String name,
In in) |
Copyright © 2019. All Rights Reserved.