public class CompletionReply extends Completion
| Modifier and Type | Method and Description |
|---|---|
void |
addCompletion(String completion,
String extra)
Adding one of possibly many completions as the reply for a
callback invocation
|
void |
setCompletionDesc(String desc)
Set the completion description field for this reply
|
void |
setCompletionInfo(String info)
Set the completion info field for this reply
|
newDefaultReply, newRangeEnumReply, newReplypublic void addCompletion(String completion, String extra)
completion - String representing a completionextra - currently not usedpublic void setCompletionInfo(String info)
info - String representing the info fieldpublic void setCompletionDesc(String desc)
desc - String representing the description field