public class CommandDocument extends Object
| Modifier and Type | Field and Description |
|---|---|
static Builder<CommandDocument> |
COMMAND_DOCUMENT_BUILDER
Deprecated.
|
| Constructor and Description |
|---|
CommandDocument(Map<String,Object> map) |
CommandDocument(String summary,
String since,
String group,
String complexity,
List<String> history)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComplexity() |
String |
getGroup() |
List<String> |
getHistory() |
String |
getSince() |
String |
getSummary() |
@Deprecated public static final Builder<CommandDocument> COMMAND_DOCUMENT_BUILDER
Copyright © 2024. All rights reserved.