Uses of Enum
org.jivesoftware.smackx.commands.packet.AdHocCommandData.Status
Packages that use AdHocCommandData.Status
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Element classes for XEP-0050: Ad-Hoc Commands.
-
Uses of AdHocCommandData.Status in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return AdHocCommandData.StatusModifier and TypeMethodDescriptionAbstractAdHocCommand.getStatus()
Returns the status of the current stage. -
Uses of AdHocCommandData.Status in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return AdHocCommandData.StatusModifier and TypeMethodDescriptionAdHocCommandData.getStatus()
AdHocCommandDataBuilder.getStatus()
AdHocCommandDataView.getStatus()
Returns the status of the execution.static AdHocCommandData.Status
Returns the enum constant of this type with the specified name.static AdHocCommandData.Status[]
AdHocCommandData.Status.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.StatusModifier and TypeMethodDescriptionAdHocCommandDataBuilder.setStatus
(AdHocCommandData.Status status)