Uses of Class
org.jivesoftware.smackx.pubsub.ConfigureNodeFields
-
Packages that use ConfigureNodeFields Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of ConfigureNodeFields in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return ConfigureNodeFields Modifier and Type Method Description static ConfigureNodeFields
ConfigureNodeFields. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConfigureNodeFields[]
ConfigureNodeFields. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-