public class Completions extends Object
Completion objects.
| Modifier and Type | Method and Description |
|---|---|
static Completion |
of(String
Returns a completion of the value and an empty message
|
static Completion |
of(String
Returns a completion of the value and message.
|
public static Completionof(String value, String message)
value - the text of the completion
message - a message about the completion
public static Completionof(String value)
value - the text of the completion