Uses of Class
org.jivesoftware.smackx.commands.packet.AdHocCommandData.Status
-
Packages that use AdHocCommandData.Status Package Description org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.commands.packet 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.Status Modifier and Type Method Description AdHocCommandData.StatusAbstractAdHocCommand. 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.Status Modifier and Type Method Description AdHocCommandData.StatusAdHocCommandData. getStatus()AdHocCommandData.StatusAdHocCommandDataBuilder. getStatus()AdHocCommandData.StatusAdHocCommandDataView. getStatus()Returns the status of the execution.static AdHocCommandData.StatusAdHocCommandData.Status. valueOf(String name)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.Status Modifier and Type Method Description AdHocCommandDataBuilderAdHocCommandDataBuilder. setStatus(AdHocCommandData.Status status)
-