Modifier and Type | Method and Description |
---|---|
void |
CombinedVisitorAdapter.visitCallbackPathItem(Oas30CallbackPathItem node) |
void |
CombinedAllNodeVisitor.visitCallbackPathItem(Oas30CallbackPathItem node) |
void |
CombinedCompositeVisitor.visitCallbackPathItem(Oas30CallbackPathItem node) |
Modifier and Type | Method and Description |
---|---|
void |
Oas30DataModelWriter.visitCallbackPathItem(Oas30CallbackPathItem node) |
void |
Oas30DataModelReaderDispatcher.visitCallbackPathItem(Oas30CallbackPathItem node) |
Modifier and Type | Method and Description |
---|---|
Oas30CallbackPathItem |
Oas30Callback.addPathItem(String name,
Oas30CallbackPathItem pathItem)
Adds a path item.
|
Oas30CallbackPathItem |
Oas30Callback.createPathItem(String path)
Creates an OAS path item object.
|
Oas30CallbackPathItem |
Oas30Callback.deleteItem(String name) |
Oas30CallbackPathItem |
Oas30Callback.getItem(String name) |
Oas30CallbackPathItem |
Oas30Callback.getPathItem(String name)
Returns a single path item by name.
|
Oas30CallbackPathItem |
Oas30Callback.removePathItem(String path)
Removes a single path item child model by name.
|
Modifier and Type | Method and Description |
---|---|
List<Oas30CallbackPathItem> |
Oas30Callback.getItems() |
List<Oas30CallbackPathItem> |
Oas30Callback.getPathItems()
Returns an array of all the path items.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas30Callback.addItem(String name,
Oas30CallbackPathItem item) |
Oas30CallbackPathItem |
Oas30Callback.addPathItem(String name,
Oas30CallbackPathItem pathItem)
Adds a path item.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas30VisitorAdapter.visitCallbackPathItem(Oas30CallbackPathItem node) |
void |
Oas30Traverser.visitCallbackPathItem(Oas30CallbackPathItem node) |
void |
Oas30NodePathVisitor.visitCallbackPathItem(Oas30CallbackPathItem node) |
void |
Oas30AllNodeVisitor.visitCallbackPathItem(Oas30CallbackPathItem node) |
void |
IOas30Visitor.visitCallbackPathItem(Oas30CallbackPathItem node) |
Copyright © 2019 Red Hat. All rights reserved.