Uses of Class
org.jivesoftware.smackx.commands.AdHocCommand.SpecificErrorCondition
-
Packages that use AdHocCommand.SpecificErrorCondition 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 AdHocCommand.SpecificErrorCondition in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return AdHocCommand.SpecificErrorCondition Modifier and Type Method Description static AdHocCommand.SpecificErrorCondition
AdHocCommand. getSpecificErrorCondition(StanzaError error)
Returns the specific condition of theerror
ornull
if the error doesn't have any.static AdHocCommand.SpecificErrorCondition
AdHocCommand.SpecificErrorCondition. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AdHocCommand.SpecificErrorCondition[]
AdHocCommand.SpecificErrorCondition. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AdHocCommand.SpecificErrorCondition in org.jivesoftware.smackx.commands.packet
Fields in org.jivesoftware.smackx.commands.packet declared as AdHocCommand.SpecificErrorCondition Modifier and Type Field Description AdHocCommand.SpecificErrorCondition
AdHocCommandData.SpecificError. condition
Methods in org.jivesoftware.smackx.commands.packet that return AdHocCommand.SpecificErrorCondition Modifier and Type Method Description AdHocCommand.SpecificErrorCondition
AdHocCommandData.SpecificError. getCondition()
Constructors in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommand.SpecificErrorCondition Constructor Description SpecificError(AdHocCommand.SpecificErrorCondition condition)
-