Uses of Enum
org.jivesoftware.smackx.commands.packet.AdHocCommandData.Action
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Element classes for XEP-0050: Ad-Hoc Commands.
-
Uses of AdHocCommandData.Action in org.jivesoftware.smackx.commands
Modifier and TypeMethodDescriptionfinal boolean
AbstractAdHocCommand.isValidAction
(AdHocCommandData.Action action) Returns true if theaction
is available in the current stage. -
Uses of AdHocCommandData.Action in org.jivesoftware.smackx.commands.packet
Modifier and TypeFieldDescriptionfinal AdHocCommandData.Action
AdHocCommandData.AllowedAction.action
Modifier and TypeMethodDescriptionAdHocCommandData.getAction()
AdHocCommandDataBuilder.getAction()
AdHocCommandDataView.getAction()
Returns the action to execute.static AdHocCommandData.Action
Returns the enum constant of this type with the specified name.static AdHocCommandData.Action[]
AdHocCommandData.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAdHocCommandDataBuilder.setAction
(AdHocCommandData.Action action)