Uses of Class
org.jivesoftware.smackx.commands.packet.AdHocCommandDataBuilder.PreviousStage
-
Packages that use AdHocCommandDataBuilder.PreviousStage Package Description org.jivesoftware.smackx.commands.packet Element classes for XEP-0050: Ad-Hoc Commands. -
-
Uses of AdHocCommandDataBuilder.PreviousStage in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return AdHocCommandDataBuilder.PreviousStage Modifier and Type Method Description static AdHocCommandDataBuilder.PreviousStageAdHocCommandDataBuilder.PreviousStage. valueOf(String name)Returns the enum constant of this type with the specified name.static AdHocCommandDataBuilder.PreviousStage[]AdHocCommandDataBuilder.PreviousStage. 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 AdHocCommandDataBuilder.PreviousStage Modifier and Type Method Description AdHocCommandDataBuilderAdHocCommandDataBuilder. setStatusExecuting(AdHocCommandDataBuilder.PreviousStage previousStage, AdHocCommandDataBuilder.NextStage nextStage)
-