| Package | Description |
|---|---|
| io.swagger.v3.oas.models |
| Modifier and Type | Method and Description |
|---|---|
static PathItem.HttpMethod |
PathItem.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathItem.HttpMethod[] |
PathItem.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<PathItem.HttpMethod,Operation> |
PathItem.readOperationsMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathItem.operation(PathItem.HttpMethod method,
Operation operation) |
Copyright © 2019. All rights reserved.