public class Api extends Object
| Constructor and Description |
|---|
Api() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<Operation> |
getOperations()
(Required)
|
String |
getPath()
(Required)
|
void |
setDescription(String description) |
void |
setOperations(List<Operation> operations)
(Required)
|
void |
setPath(String path)
(Required)
|
Copyright © 2011–2017 Red Hat. All rights reserved.