Uses of Enum
org.jivesoftware.smackx.commands.packet.AdHocCommandData.Action
Packages that use 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
Methods in org.jivesoftware.smackx.commands with parameters of type AdHocCommandData.ActionModifier 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
Fields in org.jivesoftware.smackx.commands.packet declared as AdHocCommandData.ActionModifier and TypeFieldDescriptionfinal AdHocCommandData.Action
AdHocCommandData.AllowedAction.action
Methods in org.jivesoftware.smackx.commands.packet that return AdHocCommandData.ActionModifier 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.Methods in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommandData.ActionModifier and TypeMethodDescriptionAdHocCommandDataBuilder.setAction
(AdHocCommandData.Action action)