Uses of Class
org.jivesoftware.smackx.jingle.element.JingleAction
-
Packages that use JingleAction Package Description org.jivesoftware.smackx.jingle.element Stanzas and Extension Elements for XEP-0166: Jingle. -
-
Uses of JingleAction in org.jivesoftware.smackx.jingle.element
Methods in org.jivesoftware.smackx.jingle.element that return JingleAction Modifier and Type Method Description static JingleActionJingleAction. fromString(java.lang.String string)JingleActionJingle. getAction()Get the action specified in the jingle IQ.static JingleActionJingleAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JingleAction[]JingleAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smackx.jingle.element with parameters of type JingleAction Modifier and Type Method Description Jingle.BuilderJingle.Builder. setAction(JingleAction action)
-