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