Uses of Class
rocks.xmpp.extensions.pubsub.model.ItemReply
- 
Packages that use ItemReply Package Description rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe. - 
- 
Uses of ItemReply in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return ItemReply Modifier and Type Method Description ItemReplyNodeConfiguration. getItemReply()Whether owners or publisher should receive replies to items.static ItemReplyItemReply. valueOf(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.Methods in rocks.xmpp.extensions.pubsub.model with parameters of type ItemReply Modifier and Type Method Description NodeConfiguration.BuilderNodeConfiguration.Builder. itemReply(ItemReply itemReply)Whether owners or publisher should receive replies to items. 
 -