Uses of Class
rocks.xmpp.extensions.commands.model.Command.Status
-
Packages that use Command.Status Package Description rocks.xmpp.extensions.commands.model Provides XML schema implementations of XEP-0050: Ad-Hoc Commands. -
-
Uses of Command.Status in rocks.xmpp.extensions.commands.model
Methods in rocks.xmpp.extensions.commands.model that return Command.Status Modifier and Type Method Description Command.Status
Command. getStatus()
Gets the status of the command.static Command.Status
Command.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Command.Status[]
Command.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in rocks.xmpp.extensions.commands.model with parameters of type Command.Status Constructor Description Command(String node, String sessionId, Command.Status status, Collection<Command.Action> actions, Command.Action defaultAction, List<Object> payloads)
Creates a command result, which is created by the responder.Command(String node, String sessionId, Command.Status status, Collection<Command.Action> actions, Command.Action defaultAction, List<Object> payloads, Locale language, List<Command.Note> notes)
Creates a command result, which is created by the responder.
-