Uses of Enum
org.jivesoftware.smackx.commands.packet.AdHocCommandData.AllowedAction
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Element classes for XEP-0050: Ad-Hoc Commands.
-
Uses of AdHocCommandData.AllowedAction in org.jivesoftware.smackx.commands
Modifier and TypeMethodDescriptionprotected AdHocCommandData.AllowedAction
AbstractAdHocCommand.getExecuteAction()
Returns the action available for the current stage which is considered the equivalent to "execute".Modifier and TypeMethodDescriptionAbstractAdHocCommand.getActions()
Returns a collection with the allowed actions based on the current stage. -
Uses of AdHocCommandData.AllowedAction in org.jivesoftware.smackx.commands.packet
Modifier and TypeMethodDescriptionAdHocCommandData.getExecuteAction()
AdHocCommandDataBuilder.getExecuteAction()
AdHocCommandDataView.getExecuteAction()
Returns the enum constant of this type with the specified name.static AdHocCommandData.AllowedAction[]
AdHocCommandData.AllowedAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAdHocCommandData.getActions()
AdHocCommandDataBuilder.getActions()
AdHocCommandDataView.getActions()
Modifier and TypeMethodDescriptionAdHocCommandDataBuilder.addAction
(AdHocCommandData.AllowedAction action) AdHocCommandDataBuilder.setExecuteAction
(AdHocCommandData.AllowedAction action)