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 JingleAction
JingleAction. fromString(java.lang.String string)
JingleAction
Jingle. getAction()
Get the action specified in the jingle IQ.static JingleAction
JingleAction. 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.Builder
Jingle.Builder. setAction(JingleAction action)
-