Uses of Class
org.jivesoftware.smackx.pubsub.ItemReply
-
Packages that use ItemReply Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe.org.jivesoftware.smackx.pubsub.form Smack's implementation of Data Forms (XEP-0004) for PubSub. -
-
Uses of ItemReply in org.jivesoftware.smackx.pubsub
Methods in org.jivesoftware.smackx.pubsub that return ItemReply Modifier and Type Method Description static ItemReply
ItemReply. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ItemReply[]
ItemReply. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ItemReply in org.jivesoftware.smackx.pubsub.form
Methods in org.jivesoftware.smackx.pubsub.form that return ItemReply Modifier and Type Method Description default ItemReply
ConfigureFormReader. getItemReply()
Determines who should get replies to items.Methods in org.jivesoftware.smackx.pubsub.form with parameters of type ItemReply Modifier and Type Method Description void
FillableConfigureForm. setItemReply(ItemReply reply)
Sets who should get the replies to items.
-