Modifier and Type | Method and Description |
---|---|
static ICommand |
CommandFactory.createDeleteAllParametersCommand(IOasParameterParent parent,
String type) |
static ICommand |
CommandFactory.createNewParamCommand(IOasParameterParent parent,
String paramName,
String paramType,
String description,
SimplifiedParameterType newType,
boolean override) |
static ICommand |
CommandFactory.createRenameParameterCommand(IOasParameterParent parent,
String oldParamName,
String newParamName,
String paramIn)
Rename Commands
|
Modifier and Type | Class and Description |
---|---|
class |
OasOperation
Models an OpenAPI operation.
|
class |
OasPathItem
Models an OpenAPI path item.
|
Modifier and Type | Class and Description |
---|---|
class |
Oas20Operation
Models an OpenAPI 2.0 operation.
|
class |
Oas20PathItem
Models an OpenAPI 2.0 path item.
|
Modifier and Type | Class and Description |
---|---|
class |
Oas30CallbackPathItem
Models a callback path item.
|
class |
Oas30Operation
Models an OpenAPI 3.0.x operation.
|
class |
Oas30PathItem
Models an OpenAPI 3.0.x path item.
|
Copyright © 2019 Red Hat. All rights reserved.