Class | Description |
---|---|
AddExampleCommand_30 |
A command used to add an Example for a 3.0 MediaType.
|
AddParameterExampleCommand_30 |
A command used to add an Example for a 3.0 Parameter.
|
AddPathItemCommand |
A command used to add a new pathItem in a document.
|
AddResponseDefinitionCommand |
A command used to add a new response definition in a document.
|
AddResponseDefinitionCommand_20 |
OAI version 2.0 impl.
|
AddResponseDefinitionCommand_30 |
OAI version 3.0.x impl.
|
AddSchemaDefinitionCommand |
A command used to add a new definition in a document.
|
AddSchemaDefinitionCommand_20 |
OAI version 2.0 impl.
|
AddSchemaDefinitionCommand_30 |
OAI version 3.0.x impl.
|
AddSecurityRequirementCommand |
A command used to create a new security requirement in a document.
|
AggregateCommand |
A command used to aggregate an array of other commands into a single logical command.
|
ChangeContactCommand | |
ChangeDescriptionCommand |
A command used to modify the description of a document.
|
ChangeLicenseCommand |
A command used to modify the license information of a document.
|
ChangeMediaTypeTypeCommand | |
ChangeParameterDefinitionTypeCommand_20 |
OAI 2.0 impl specialized for changing parameter definitions.
|
ChangeParameterDefinitionTypeCommand_30 |
OAI 3.0 impl specialized for changing parameter definitions.
|
ChangeParameterTypeCommand |
A command used to modify the type of a parameter of an operation.
|
ChangeParameterTypeCommand_20 |
OAI 2.0 Impl.
|
ChangeParameterTypeCommand_30 |
OAI 3.0 impl.
|
ChangePropertyCommand<T> |
A command used to modify the simple property of a node.
|
ChangePropertyTypeCommand |
A command used to modify the type of a property of a schema.
|
ChangeResponseTypeCommand |
A command used to modify the type of a response.
|
ChangeSecuritySchemeCommand |
A command used to modify a security scheme.
|
ChangeSecuritySchemeCommand_20 | |
ChangeSecuritySchemeCommand_30 | |
ChangeServerCommand |
A command used to modify a server.
|
ChangeTitleCommand |
A command used to modify the title of a document.
|
ChangeVersionCommand |
A command used to modify the version of a document.
|
CommandFactory |
This factory is used to create an instance of
ICommand given a "type" that was previously
serialized as part of the marshalling of a command to a JS object (and ultimately a JSON string). |
DeleteAllExamplesCommand |
A command used to delete a single mediaType from an operation.
|
DeleteAllOperationsCommand |
A command used to delete all servers from a document.
|
DeleteAllParameterExamplesCommand |
A command used to delete a single parameter from an operation.
|
DeleteAllParametersCommand |
A command used to delete all parameters from an operation.
|
DeleteAllPropertiesCommand |
A command used to delete all properties from a schema.
|
DeleteAllResponsesCommand | |
DeleteAllSecurityRequirementsCommand |
A command used to delete all security requirements from a document or operation.
|
DeleteAllSecuritySchemesCommand |
A command used to delete all security schemes from a document or operation.
|
DeleteAllServersCommand |
A command used to delete all servers from a document.
|
DeleteAllTagsCommand |
A command used to delete all tags from a document.
|
DeleteContactCommand |
A command used to delete the contact.
|
DeleteExampleCommand_20 |
A command used to delete a single example.
|
DeleteExampleCommand_30 |
A command used to delete a single example.
|
DeleteExtensionCommand |
A command used to delete a single extension.
|
DeleteLicenseCommand |
A command used to delete the license.
|
DeleteMediaTypeCommand |
A command used to delete a single mediaType from an operation.
|
DeleteNodeCommand<T extends Node> |
A command used to delete a child node.
|
DeleteOperationCommand |
A command used to delete an operation.
|
DeleteParameterCommand |
A command used to delete a single parameter from an operation.
|
DeleteParameterExampleCommand_30 |
A command used to delete a single example.
|
DeletePathCommand |
A command used to delete a path.
|
DeletePropertyCommand |
A command used to delete a single property from a schema.
|
DeleteRequestBodyCommand |
A command used to delete an operation.
|
DeleteResponseCommand |
A command used to delete a single response from an operation.
|
DeleteResponseDefinitionCommand |
A command used to delete a response definition.
|
DeleteResponseDefinitionCommand_20 | |
DeleteResponseDefinitionCommand_30 | |
DeleteSchemaDefinitionCommand |
A command used to delete a schema definition.
|
DeleteSchemaDefinitionCommand_20 | |
DeleteSchemaDefinitionCommand_30 | |
DeleteSecurityRequirementCommand |
A command used to delete a single securityRequirement from an operation.
|
DeleteSecuritySchemeCommand |
A command used to delete a security scheme.
|
DeleteSecuritySchemeCommand_20 | |
DeleteSecuritySchemeCommand_30 | |
DeleteServerCommand |
A command used to delete a single server from an operation.
|
DeleteTagCommand |
A command used to delete a single tag definition from the document.
|
NewMediaTypeCommand |
A command used to create a new media type.
|
NewOperationCommand |
A command used to create a new operation in a path.
|
NewParamCommand |
A command used to create a new parameter.
|
NewPathCommand |
A command used to create a new path item in a document.
|
NewRequestBodyCommand |
A command used to create a new request body (parameter of an operation).
|
NewRequestBodyCommand_20 | |
NewRequestBodyCommand_30 | |
NewResponseCommand |
A command used to create a new response in an operation.
|
NewResponseDefinitionCommand |
A command used to create a new response definition in a document.
|
NewResponseDefinitionCommand_20 | |
NewResponseDefinitionCommand_30 | |
NewSchemaDefinitionCommand |
A command used to create a new definition in a document.
|
NewSchemaDefinitionCommand_20 | |
NewSchemaDefinitionCommand_30 | |
NewSchemaPropertyCommand |
A command used to create a new schema property.
|
NewSecuritySchemeCommand |
A command used to create a new security scheme in a document.
|
NewSecuritySchemeCommand_20 | |
NewSecuritySchemeCommand_30 | |
NewServerCommand |
A command used to create a new server in a document.
|
NewTagCommand |
A command used to create a new tag.
|
RenameParameterCommand |
A command used to rename a parameter.
|
RenamePathItemCommand |
A command used to rename a path item, along with all references to it.
|
RenamePropertyCommand |
A command used to rename a schema property.
|
RenameResponseDefinitionCommand |
A command used to rename a response definition, along with all references to it.
|
RenameResponseDefinitionCommand_20 | |
RenameResponseDefinitionCommand_30 | |
RenameSchemaDefinitionCommand |
A command used to rename a schema definition, along with all references to it.
|
RenameSchemaDefinitionCommand_20 | |
RenameSchemaDefinitionCommand_30 | |
RenameSecuritySchemeCommand |
A command used to rename a security scheme, along with all references to it.
|
RenameTagDefinitionCommand |
A command used to rename a tag, along with all references to it.
|
ReplaceDocumentCommand |
A command used to replace a path item with a newer version.
|
ReplaceNodeCommand<T extends Node> |
Base class for commands that replace entire nodes.
|
ReplaceOperationCommand |
A command used to replace an operation with a newer version.
|
ReplacePathItemCommand |
A command used to replace a path item with a newer version.
|
ReplaceResponseDefinitionCommand_20 |
A command used to replace a response definition with a newer version.
|
ReplaceResponseDefinitionCommand_30 |
A command used to replace a response definition with a newer version.
|
ReplaceSchemaDefinitionCommand_20 |
A command used to replace a definition schema with a newer version.
|
ReplaceSchemaDefinitionCommand_30 |
A command used to replace a definition schema with a newer version.
|
ReplaceSecurityRequirementCommand |
A command used to replace a definition schema with a newer version.
|
SetExampleCommand |
A command used to set the Example for a 3.0 MediaType or a 2.0 Response.
|
SetExampleCommand_20 | |
SetExampleCommand_30 | |
SetExtensionCommand |
Command that sets an extension.
|
SetParameterExampleCommand_30 | |
SetPropertyCommand<T> |
A command used to modify the simple property of a node.
|
Copyright © 2019 Red Hat. All rights reserved.