public static final class Command.Note extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Command.Note.Type
Represents the note type.
|
| Constructor and Description |
|---|
Command.Note(Command.Note.Type type,
String value)
Creates a note.
|
public Command.Note(Command.Note.Type type, String value)
type - The note type.value - The actual note value.public final Command.Note.Type getType()
public final String getValue()
Copyright © 2014–2015 XMPP.rocks. All rights reserved.