Uses of Class
rocks.xmpp.extensions.pubsub.model.SendLastPublishedItem
-
Packages that use SendLastPublishedItem Package Description rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe. -
-
Uses of SendLastPublishedItem in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return SendLastPublishedItem Modifier and Type Method Description SendLastPublishedItem
NodeConfiguration. getSendLastPublishedItem()
Gets the value which specifies when to send the last published item.SendLastPublishedItem
PublishOptions. getSendLastPublishedItem()
Gets the value which specifies when to send the last published item.static SendLastPublishedItem
SendLastPublishedItem. valueOf(String name)
Returns the enum constant of this type with the specified name.static SendLastPublishedItem[]
SendLastPublishedItem. 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 SendLastPublishedItem Modifier and Type Method Description NodeConfiguration.Builder
NodeConfiguration.Builder. sendLastPublishedItem(SendLastPublishedItem sendLastPublishedItem)
When to send the last published item.PublishOptions.Builder
PublishOptions.Builder. sendLastPublishedItem(SendLastPublishedItem sendLastPublishedItem)
-