Class MessageInput
-
- All Implemented Interfaces:
public final class MessageInputThe input for a new message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMessageInput.Source
-
Field Summary
Fields Modifier and Type Field Description private final Stringtextprivate final MessageInput.Sourcesource
-
Constructor Summary
Constructors Constructor Description MessageInput(String text, MessageInput.Source source)
-
Method Summary
Modifier and Type Method Description final StringgetText()final MessageInput.SourcegetSource()-
-
Constructor Detail
-
MessageInput
MessageInput(String text, MessageInput.Source source)
-
-
Method Detail
-
getSource
final MessageInput.Source getSource()
-
-
-
-