Uses of Enum
org.jivesoftware.smackx.commands.packet.AdHocCommandData.AllowedAction
Packages that use 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
Methods in org.jivesoftware.smackx.commands that return AdHocCommandData.AllowedActionModifier and TypeMethodDescriptionprotected AdHocCommandData.AllowedActionAbstractAdHocCommand.getExecuteAction()Returns the action available for the current stage which is considered the equivalent to "execute".Methods in org.jivesoftware.smackx.commands that return types with arguments of type AdHocCommandData.AllowedActionModifier 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
Fields in org.jivesoftware.smackx.commands.packet declared as AdHocCommandData.AllowedActionMethods in org.jivesoftware.smackx.commands.packet that return AdHocCommandData.AllowedActionModifier 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.Methods in org.jivesoftware.smackx.commands.packet that return types with arguments of type AdHocCommandData.AllowedActionModifier and TypeMethodDescriptionAdHocCommandData.getActions()AdHocCommandDataBuilder.getActions()AdHocCommandDataView.getActions()Methods in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommandData.AllowedActionModifier and TypeMethodDescriptionAdHocCommandDataBuilder.addAction(AdHocCommandData.AllowedAction action) AdHocCommandDataBuilder.setExecuteAction(AdHocCommandData.AllowedAction action)