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