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